Things You'll Need:
- A working installation of Flash MX or higher.
-
Step 1
To add a stop to an animation, click on the timeline on the frame where you want the movie or movie clip to pause.
-
Step 2
Right-click and select "Actions" to open the Actions panel for that frame.
-
Step 3
If you're working in Normal Mode, look in the left-hand navigation tree. Click Actions and then Movie Control to expand their categories.
-
Step 4
Double-click on the stop command to insert it into your script.
-
Step 5
If you're working in Expert Mode, you can just type the following into the script area: stop();.
There are no spaces between the parentheses, and in the script there should be no period after the closing semicolon.










