How to Make a Continuous Marquee in Flash
- 1). Open your project in Flash.
- 2). Click the “Text” tool from the Tools panel. Click on the stage and type the text you want to display, for instance “Great Sale Going on Now - Don’t Delay!” Select the text and press “F8.” Select “Movie clip” and press “OK.” Move the text object outside of the stage to the right side.
- 3). Click frame 100 and press “F6” to create a keyframe. Move the text object outside of the stage on the left side. Press “F9” to open the Actions window and insert the following ActionScript code:
gotoAndPlay(1); - 4). Click in frame 1. Set the “Tween” in the Properties panel to “Motion.”
- 5). Press “Ctrl” and “Enter” to test your marquee.
Source...