I have built a animation with a set of buttons is there any script that I can apply to the button's so that when the button is clicked it stays on the down state ....
Printable View
I have built a animation with a set of buttons is there any script that I can apply to the button's so that when the button is clicked it stays on the down state ....
A button can not do that . Instead make two buttons (up and down). Put them on separate frames in a movieclip. Button on frame one tells the timeline to go to frame two. Button on frame two tells the timeline to go to frame 1 .
And have a stop action on the first frame of the movieclip.