PDA

View Full Version : Flash Help



Luke
17-09-2007, 03:08 PM
Hi.

Ok, i need help with some actionscript on Flash 8.

You see i have a frames looping, and want it so when i click a button it go's to a certain frame. So it loops ETC, click the button and it goes to a different frame.

I've tried many actionscripts but cannot figure out the right one.

I have converted it to button (the picture) i just need the actionscript now to go with the button

Thanks and +rep to all help

- Luke

Oni
17-09-2007, 03:36 PM
on (press) {
gotoAndStop(entertheframehere);
}

or

on (press) {
gotoAndPlay(entertheframehere);
}

Depending on whether you want it to play or stop

Luke
17-09-2007, 03:41 PM
on (press) {
gotoAndStop(entertheframehere);
}

or

on (press) {
gotoAndPlay(entertheframehere);
}

Depending on whether you want it to play or stop

TYVM!

+rep

Want to hide these adverts? Register an account for free!