Rollover

Im new to actionscripts, basically, I just copy those scripts I found on tutorials and over the Internet.

I got a prblem with my site, http://rs3.risingnet.net/~hue/beta2/index.htm if you hover on the SHORTCUTS button on the upper left corner, then you hover on the menu it pops, it exists…got confused already…I badly need some help :slight_smile:

PS: Kirupa.com is really generous enough to share those FLAs

Allright from what I can see… You are going to have to create another argument inside of the one argument you might already have…

When you rollOver the button on the top it opens it up… well instead of having that… Why not make it where they have to click it once to open it… Then click it again to close it… Might save some time and it would produce a cool effect for that… It would also make your life a tad biteasier :slight_smile:

with a shape with its alpha set to 0 and a hitTest() would do … shouldn’t be so hard neither :wink: =)

Thanks for the replies guys! Well, what i did was on the first MC i placed

on (rollOver) {
navigationMC.gotoAndPlay(“naviStart”);
}

on the second MC, the one with the MENU, i placed an INVISIBLE BUTTON over the actual buttons, everything is cool, but when i started to interchange the layers, (INVISIBLE BUTTON under the BUTTONS), that happens. The movie exits =)

my INVISIBLE BUTTON has this action

on (rollOout) {
navigationMC.gotoAndPlay(“naviResume”);
}

My final site has it, but I did not put the BUTTONS on that movie kuz Im still trying to figure it out!! visit www.talisaychat.com

Ill attach the FILE tomorrow when Im back…

Thanks “Kax” & “Playamarz”

Ooooooooooops! I took “playamarz” advice! lol!! Makes it easier for me!! http://www.talisaychat.com

side note: Looking nice BUroKHUli.