vamapaull
- Author was Featured
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 6-7 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
- Romania
- Sold between 10 000 and 50 000 dollars
71
Purchases
Buyer Rating:
3.87 stars
3.87 average based on 15 ratings.
-
5 Star
426%
-
4 Star
533%
-
3 Star
640%
-
2 Star
00%
-
1 Star
00%
| Created | 15 June 07 |
| ActionScript Version | AS2 |
| Documentation | Unrated |
| Flash Files Included | Flash FLA, XML Files |
| Opens With | MX 2004 (7+) |
| Published Size | 2kb |
| Resolution | Resizable |
© All Rights Reserved vamapaull -
Contact Envato Support

While it it is very easy to change the rollover state colors, how can I change the default white text to another color.
Is it possible to set the width of the container to a set amount and allow for word wrap?
great file!
@edZio – you can change the text field color if you open the text movieClip from the library I don’t understand your other question…
how hard would it be to have rows and columns? Say I have 5 rows, then once I add more it goes to the next column and continues for another 5, and so on?
@amnesiac096 – that depends on your level of ActionScript knowledge
columns would be nice….
How do I make the title a different color to the link text – cool script, thanks.
After if(linkArray[i]){} from the loadMenu function you add
else{ var my_color:Color = new Color(but.myText); my_color.setRGB(0xFF6600); }
Oh an how can I change to font size of the links only – thanks
In if(linkArray[i]) you have:
but.myText.setTextFormat(getTextFormat(11));
11 is the font size
so sorry to be a pain vamapaull – last question promise
how do i change the font?
cheers
its ok found it – ooops sorry dude!
No problem, I’m glad you found it
Hi Vamapaull
I have tried to change the colour of the title using the code you gave me – Im sure Im putting it in the wrong spot.
After if(linkArray[i]){} from the loadMenu function you add else{ var my_color:Color = new Color(but.myText); my_color.setRGB(0xFF6600); }
does it go in the code in the ‘links Main Clip’?
I can see if(linkArray[i]){} in there.
Sorry dude I feel so bad being such a pain.
That is the color to change for the rollOver event.
If you want to change the color of the text field, just go to the library and edit “links button” movieClip.
thanks you so much for yr help – great file – great work, so neat!
i know i asked this ages ago but how do u change the font type, cheers!
You have a text field inside the “links button” MovieClip (you can find this mc in the library).