Select each keyframe on the actions layer, starting with frame 1, and add the stop(); action to each keyframe using the Actions panel. If Script Assist is still turned on in the Actions panel, press the Script Assist button to turn it off. Because the stop(); action doesn't require any special parameters to make it work, you will simply add it with the Actions toolbox. At the very top of all the ActionScript in the Actions pane, make a blank line. Position your cursor in the blank line, and in the Actions toolbox, expand the Global Functions > Timeline Control categories. Double-click on stop to add the stop(); action to your Timeline. Select the next keyframe on the actions layer and add the same action. The stop(); action causes the playhead to stop once it reaches each of these keyframes, which is a navigation feature of the Tech Bookstore that will be put to good use in Lessons 9 and 10. |