Creating Continuous Movement:

  1. Create a new movie in Flash. Set the width and height of the movie to 550 by 400 and the frame-rate to 24 fps.
     
  2. Create a way for your name to stop and restart. Beyond the right edge of the stage, draw a rectangle. Make sure the rectangle is about the height of your movie and 20-30 pixels away from the movie stage:

[ the rectangle has been drawn beyond the right edge of the stage ]

  1. After the rectangle has been drawn, select it and press F8. Convert to Symbol. Select Movie Clip and press OK. Select the rectangle (now a movie clip) and give it the instance name "block":

[ give the rectangle the instance name 'block']

  1. Type your first name and convert it to a Movie Clip named circle.

[ the convert to symbol dialog box ]

  1. After you made the name a movie clip, select the circle and insert the following Actionscript:

    Copy and paste the following code into the Actions dialog box:

[ copy and paste the above code into the movie clip's actions dialog box ]

  1. There must be seven (7) instances ot the symbol on the stage. Each one must be in a different location within the height of the stage. Each instance must be a different size. The seven instances must contain these colors: Red, Yellow, Green, Cyan, Blue, Magenta, and Black
     

[ randomly arrange the movie clips in different colors/locations ]

  1. Ensure that a few are outside the boundaries of the stage on the left side. See the image above; notice the movie clips in the gray area outside the stage. This is done to ensure a seamless transition without any pauses or gaps in the animation while the circles are being "respawned" on the left.
  2. Submit the FLA and SWF file to the dropbox.