Lingo Dictionary > T-Z > unLoad |
![]() ![]() ![]() |
unLoad
Syntax
unLoad
unLoad
theFrameNum
unLoad
fromFrameNum
,
toFrameNum
Description
Command; forces Director to clear the cast members used in a specified frame from memory. Director automatically unloads the least recently used cast members to accommodate preLoad
commands or normal cast loading.
![]() |
When used without an argument, the |
![]() |
When used with one argument, |
![]() |
When used with two arguments, |
Example
This statement clears the cast members used in frame 10 from memory:
unLoad 10
Example
This statement clears the cast members used from the frame labeled first to the frame labeled last:
unLoad "first", "last"
See also
preLoad (command)
, preLoadMember
, unLoadMember
, purgePriority
![]() ![]() ![]() |