Chapter 8. Controlling the Timeline
Developers making the leap from timeline-driven applications to ActionScript-driven applications will use a combination of frame-based functionality with ActionScript control. In some cases, it just makes sense to create visual states of a display object on separate frames and toggle between the visual states using ActionScript. In many cases, pure ActionScript is overkill. Some experienced coders snub their noses at timeline-based functionality, but there’s nothing wrong with using the timeline. Just keep it short and simple.
This chapter introduces you to controlling the timeline using ActionScript. We discuss starting and stopping animations and targeting specific frames on the timeline using MovieClip
class ...
Get ActionScript 3.0: Visual QuickStart Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.