Lingo Dictionary > Lingo by Feature > Memory management |
![]() ![]() ![]() |
Memory management
These terms are useful for determining memory requirements and controlling when the movie loads and unloads cast members.
Use the on idle
event handler for Lingo that runs when the movie is idle.
Use these terms to control idle loading:
Use these terms to load media into memory and check whether media is available:
Use these terms to check how much memory is available:
Use ramNeeded()
and size
to determine how much memory required for a cast member or a range of frames.
![]() ![]() ![]() |