View Full Version : Rollover
BUroKHUli
March 22nd, 2003, 04:56 AM
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 :)
PS: Kirupa.com is really generous enough to share those FLAs
Marz
March 22nd, 2003, 05:03 AM
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 :)
kode
March 22nd, 2003, 05:10 AM
with a shape with its alpha set to 0 and a hitTest() would do .. shouldn't be so hard neither ;) =)
BUroKHUli
March 22nd, 2003, 07:58 AM
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"
BUroKHUli
March 23rd, 2003, 11:59 PM
Ooooooooooops! I took "playamarz" advice! lol!! Makes it easier for me!! http://www.talisaychat.com
upuaut
March 24th, 2003, 12:10 AM
side note: Looking nice BUroKHUli.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.