lastFrame

Usage

-- Lingo syntax
_movie.lastFrame

// JavaScript syntax
_movie.lastFrame;

Description

Movie property; displays the number of the last frame in the movie. Read-only.

Example

This statement displays the number of the last frame of the movie in the Message window:

-- Lingo syntax
put(_movie.lastFrame)

// JavaScript syntax
put(_movie.lastFrame);

See also

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/09_pr324.htm