In this tutorial we are going to make Rover, as in the example below.
First you will need to download and save the rover image file.
Open a new Flash document.
![]() |
Click File > Import to Stage and choose the rover
file. Using the pointer tool, click on Rover and choose Modify > Break Apart to break the image into editable parts. Remove the white background by:
Convert the large eye to a movie symbol and fill in the background by:
|
|
![]() |
Make the eye into a movie by:
|
|
![]() |
Next add in some buttons to control the movie. Click Insert > New Symbol Name it stop and choose the Button type. Draw a red rectangle, and put the text STOP on it. Make the Over, Down and Hit states (See the Buttons page if you can't remember how) Return to the movie and drag the button onto the stage. Name the instances by:
|
|
| Make another button called START and colour it green. Give it the instance name btn_start | ||
![]() |
Click on the STOP Button. In the Actions window, put in the
following script:
Do the same for the START button, but change the stop() to play() Press CTRL-Enter to test your movie. |
![]() |
|



