Contents |
|
Image Buttons | Play in Reverse |
This tutorial demonstrates how to add script to the timeline. To begin, recreate the basic animation from the getting started tutorial, where the circle moves from left to right.
Click at frame 10 in the timeline. Right click or double click the script line to add a new script frame.
The script frame is represented by a square.
The script for this frame can be edited in the properties
To stop the animation at frame 10. Add the script:
Add a new button, set it's text to Play and it's 'On Click' script to:
Add the button to the editor at frame 10.
Press play to test the movie. The animation will start, but stop playing at frame 10. Press the button to start playing again.
Image Buttons | Play in Reverse |