Clock Crew

Community => Flash & Flash Accessories => Topic farted by: Cork on June 02, 2010, 07:38:10 PM

Title: I need a bit of help.
Post by: Cork on June 02, 2010, 07:38:10 PM
http://www.swfcabin.com/open/1275519529
How can i turn dwarfinator at the end there into a button that plays the clip from frame number 2?
Title: I need a bit of help.
Post by: RobClock on June 02, 2010, 07:44:37 PM
Insert this code onto the button
on (release){
gotoAndPlay(2);
}
Assuming, of course you're using AS2
Title: I need a bit of help.
Post by: Cork on June 02, 2010, 07:46:08 PM
Quote from: RobClock;1756601Insert this code onto the button
on (release){
gotoAndPlay(2);
}
Assuming, of course you're using AS2

lol, I hope so. I am using Flash MX.

EDIT: Btw thank you I am gonna try it now.
Awesome it works thanks alot.