Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Play or Stop a particular Frame on click



This action script 2.0 will show you how to play or stop the animation in a particular frame wherever you want.

To stop at a particular Frame you want use this script.

For Eg: If you want to stop your animation in frame 54.

ActionScript:
-------------------------------------------------------------
on(press) {
}

Shortcut Key : Esc + on + gp


To stop at a particular frame you want use this script.

For Eg: If you want to Stop your animation in frame 54.

ActionScript:
-------------------------------------------------------------
on(click) {
gotoAndstop(54);
}

Shortcut Key : Esc + on + gs




This post first appeared on Actionscript 2.0, please read the originial post: here

Share the post

Play or Stop a particular Frame on click

×

Subscribe to Actionscript 2.0

Get updates delivered right to your inbox!

Thank you for your subscription

×