697
If the movie isn’t already in RAM, the result is -1.
Examples
This statement checks whether the largest contiguous block of free memory is less than 100K and
unloads the movie Parsifal if it is:
if (the freeBlock < (100 * 1024)) then unLoadMovie "Parsifal"
This statement unloads the movie at http://www.cbDemille.com/SunsetBlvd.dir:
unLoadMovie "http://www.cbDemille.com/SunsetBlvd.dir"
unregisterAllEvents
Syntax
member(
whichMember
).unregisterAllEvents()
Description
3D command; unregisters the referenced cast member for all event notifications. Therefore, all
handlers that were previously registered to respond to events using the
registerForEvent
command will no longer be triggered when those events occur.
Example
This statement unregisters the cast member named Scene for all event notifications:
member("Scene").unregisterAllEvents()
See also
registerForEvent()
update
Syntax
member(
whichCastmember
).model(
whichModel
).update
Description
3D command; causes animations on the model to update without rendering. Use this command
to find the exact position of an animating model in Lingo.
updateFrame
Syntax
updateFrame
Description
Command; during Score generation only, enters the changes to the current frame that have been
made during Score recording and moves to the next frame. Any objects that were already in the
frame when the update session started remain in the frame. You must issue an
updateFrame
command for each frame that you are updating.
Summary of Contents for DIRECTOR MX-LINGO DICTIONARY
Page 1: ...Lingo Dictionary Macromedia Director MX...
Page 756: ...Index 756...