Director provides behaviors that let you create basic navigation controls without knowing Lingo or JavaScript syntax. You can use behaviors to move the playhead to a frame number or marker. You can also stop the playhead at any frame and wait for the user to act.
The following examples explain the basic use of the Hold on Current Frame and Go Next Button behaviors. You can create custom navigation behaviors or get them from third-party developers. For information about using behaviors, see Behaviors.
Typically, you use this behavior in a frame that requires user interaction such as selecting a menu command.
The playhead remains in frame 1 where you attached the behavior. The movie is still playing, but the playhead remains on the single frame. Use the Go Next Button behavior to send the playhead to a new frame and continue playing, as described in the following steps.
The playhead is again stopped in the first frame by the Hold on Current Frame behavior.
The playhead jumps to the frame that contains the next marker and continues playing.