PDA

View Full Version : [FMX]code for this.



mdipi
November 7th, 2002, 08:39 PM
ok i know didly squat about A/S. but i need a code for a button. when you go over the button it comes up with a list of options, but when you go over to click the list, it stays there. i was thinking of a on rollover or something. if worst comes to worst i will just leave it w/o a roll over.

bcogswell11
November 8th, 2002, 02:04 AM
I would make the menu a movie clip, as you probably already have. I bet you have the movie clip in a state with nothing visible first, and then the on(rollOver) moves it to the menu state in the movie clip. I would then make the on(rollOut) go back to the state of the movie clip that is empty.

LOL, or if you haven't done it that way, you could. :P

-brad-:cowboy:

lostinbeta
November 8th, 2002, 02:26 AM
Erm... I whipped up this quick example for you in like 5 minutes.

It is really crappy, and ugly, and everything, but it is just an example to point you in the right direction.

I hope it helps.

mdipi
November 8th, 2002, 03:49 PM
hey thanks for the reply. i acctually found another way of doing it with no code at all, but i thought it looked stupid. and now i may just do what lost showed! i like that!

lostinbeta
November 8th, 2002, 03:56 PM
My first attempt that it :P

It could stand a bit of optimization, but it was just a point in the right direction... any optimization I hope you can figure out :)