goPrevious()

Usage

-- Lingo syntax
_movie.goPrevious()

// JavaScript syntax
_movie.goPrevious();

Description

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

This marker is two markers back from the current frame if the current frame does not have a marker or one marker back from the current frame if the current frame has a marker.

If no markers are to the left of the playhead, the playhead branches to one of the following:

Parameters

None.

Example

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

-- Lingo syntax
_movie.goPrevious()

// JavaScript syntax
_movie.goPrevious();

See also

go(), goLoop(), goNext(), 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_me165.htm