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?
Insert this code onto the button
on (release){
gotoAndPlay(2);
}Assuming, of course you're using AS2
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.