Please Help Me!

I WANT TO MAKE A FLASH MENU LIKE THE ONE AT WWW.LOSTRENEGADES.COM PLEASE TELL ME HOW!!!

  1. dont double post :slight_smile:

  2. be sincere in your posts :slight_smile:

  3. 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…

  1. place the movieclip on the rollover state of your button or
  2. name your movie clip, say myClip, and on the button write

on(rollOver){
myClip.play();
}

something like that…