1.6. Performing an Action Once per Frame Update

Problem

You want to perform an action or actions at the frame rate of the movie.

Solution

Use an onEnterFrame( ) handler.

Discussion

The onEnterFrame( ) event handler method for movie clips is the appropriate choice when you want to perform actions continuously at the same speed as the frame rate of the movie. See Recipe 1.1 and Recipe 7.8.

Get Actionscript Cookbook 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.