-- Lingo syntax _movie.frame // JavaScript syntax _movie.frame;
Movie property; returns the number of the current frame of the movie. Read-only.
This statement sends the playhead to the frame before the current frame:
-- Lingo syntax _movie.go(_movie.frame - 1) // JavaScript syntax _movie.go(_movie.frame - 1);
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_pr257.htm