all groups > flash actionscript > march 2005 >
You're in the

flash actionscript

group:

animated complex buttons not working


animated complex buttons not working dajackboozer
3/2/2005 9:08:18 PM
flash actionscript: :beer;
i have a problem with my animated buttons. first off, heres the link to the
site
www.oswego.edu/~feeney/lab
-they dont always go back up when you roll off them.i use on this code:
on(rollOut){gotoAndStop("collapsed");
}
-that is for the invisible button that is used as a trigger to close the
buttons that scroll down.
i use this for the button on top that triggers the scroll down effect:
on(rollOver){gotoAndPlay("expanded");
}
anyone got a clue?
Re: animated complex buttons not working kglad
3/2/2005 10:23:11 PM
Re: animated complex buttons not working dajackboozer
3/3/2005 2:27:13 AM
:wine;
yes, your right, do you know what the problem is?
Re: animated complex buttons not working PLAYCATE
3/3/2005 2:35:57 AM
I made animated buttons for my website. i'll show you the .fla but i dont know how to upload it to the site
Re: animated complex buttons not working kglad
3/3/2005 3:19:14 AM
the mouse is moving over and off your triggering button before a frame-cycle
and therefore no mouse-over is detected. to help, you can try increasing your
fps. to remedy, use a loop to detect the mouse's position and position your
menu accordingly.
AddThis Social Bookmark Button