00:00
00:00
Newgrounds Background Image Theme

BACKRUMS just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

AS: Animated Buttons

10,682 Views | 31 Replies
New Topic Respond to this Topic

Response to AS: Animated Buttons 2007-05-17 15:26:45


Ahum, probably a pathetic question: I have done EVERYTHING and it worked BUT:
How do you make the alternative "hit" frame go to the 10th frame of the scene when you push it?


BBS Signature

Response to AS: Animated Buttons 2007-11-23 23:15:36


in the hit bit on(press) blah blah put

TO PLAY:
_root.gotoAndPlay(10);

TO STOP AT THAT FRAME:
_root.gotoAndStop(10)