goNext()

Usage

-- Lingo syntax
_movie.goNext()

// JavaScript syntax
_movie.goNext();

Description

Movie method; sends the playhead to the next marker in the movie.

If no markers are to the right of the playhead, the playhead goes to the last marker in the movie or to frame 1 if there are no markers in the movie.

Parameters

None.

Example

This statement sends the playhead to the next marker in the movie:

-- Lingo syntax
_movie.goNext()

// JavaScript syntax
_movie.goNext();

See also

go(), goLoop(), goPrevious(), Movie


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/07_me164.htm