Lingo Dictionary > G-K > idleLoadDone()

 

idleLoadDone()

Syntax

idleLoadDone(loadTag)

Description

Function; reports whether all cast members with the given tag have been loaded (TRUE) or are still waiting to be loaded (FALSE).

Example

This statement checks whether all cast members whose load tag is 20 have been loaded and then plays the movie Kiosk if they are:

if idleLoadDone(20) then play movie("on idle")"

See also

idleHandlerPeriod, idleLoadMode, idleLoadPeriod, idleLoadTag, idleReadChunkSize