hi
this is soemthing that i’m interested in as well
i see that in the fla file provided, the individual buttons are all instances of the same button mc…so how do i make it so that each button is unique? for example, if i want to use the word “home” for one of the buttons and “profile” for the other?
thanks!
The buttons have to be movie clips for this (or you can use a button symbol inside a movie clip if need be).
Then give each of the movie clips an instance name…
Then modify this part of the script to target the correct clips…
[AS]//set the scale prototype to each of your buttons //instancename.prototypename();
button1.scale();
button2.scale();
button3.scale();
button4.scale();
button5.scale();
button6.scale();
button7.scale();
button8.scale();
button9.scale();
button10.scale();[/AS]
whoo hoo! it’s working!
lostinbeta you’re amazing! the code is simple (especially compared to all these other ones i’ve been looking at) and clean and not too difficult to understand…wow…i’m one happy flasher…=D
I am glad everything worked out for you =) And yeah, Ive seen some menus out there that are similar and contain like 3 frames full of AS that loop around to create the effect. Screw that!.. lol… so I took something I did before, modified it a bit and voila, a much easier method of doing this
Creating engaging and entertaining content for designers and developers since 1998.