Lingo Dictionary > T-Z > updateMovieEnabled |
![]() ![]() ![]() |
updateMovieEnabled
Syntax
the updateMovieEnabled
Description
System property; specifies whether changes made to the current movie are automatically saved (TRUE
) or not saved (FALSE
, default) when the movie branches to another movie.
This property can be tested and set.
Example
This statement instructs Director to save changes to the current movie whenever the movie branches to another movie:
the updateMovieEnabled = TRUE
![]() ![]() ![]() |