-- Lingo syntax _movie.timeoutList // JavaScript syntax _movie.timeoutList;
Movie property; a linear list containing all currently active timeout objects. Read-only.
Use the forget() method to delete a timeout object.
Timeout objects are added to the timeoutList with the new() method.
This statement deletes the third timeout object from the timeout list:
-- Lingo syntax _movie.timeoutList[3].forget() // JavaScript syntax _movie.timeoutList[3].forget();
forget() (Window), Movie, new(), forget() (Timeout), timeout()
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_pr665.htm