I WANT TO MAKE A FLASH MENU LIKE THE ONE AT WWW.LOSTRENEGADES.COM PLEASE TELL ME HOW!!!
-
dont double post
-
be sincere in your posts
-
it has to do with MCs with other buttons nested (i think)
hawk
make a button… then make a movieclip same FX with that (put a stop() on the first frame)…
2 ways you can do it…
- place the movieclip on the rollover state of your button or
- name your movie clip, say myClip, and on the button write
on(rollOver){
myClip.play();
}
something like that…