News:

If you need instructions on how to get through the hotels, check out the enclosed instruction book.

Main Menu

I need a bit of help.

Farted by Cork, June 02, 2010, 07:38:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cork

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?

RobClock

Insert this code onto the button
on (release){
gotoAndPlay(2);
}
Assuming, of course you're using AS2

Cork

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.