[F5] telling a movie to wait

Is there a way to tell a movie clip to way a number of frames from a specific action being executed (say a button being pushed) before it starts playing?

Look up the getTimer action in the AS Dictionary :slight_smile:

or setInterval and clearInterval :slight_smile:

*Just noticed htis is Flash 5, don’t know if it’ll work for 5 too, good chance though :slight_smile: