PDA

View Full Version : button that stays


Cragdo
12-23-2002, 11:19 PM
I have this animated button that when you put the mouse over it, it gets bigger and i need it to stay bigger until the click another button.

:confused:

gwd
12-23-2002, 11:46 PM
put this code at the last frame of the animated layer:

stop();

when you click on the another button you must include this actionscript to the button:


on (press){
animatedmovie.gotoAndStop(1);}


goodluck!