Lingo Dictionary > L-N > modified |
![]() ![]() ![]() |
modified
Syntax
member(
whichCastMember
).modified
the modified of member
whichCastMember
Description
Cast member property; indicates whether the cast member specified by whichCastMember
has been modified since it was read from the movie file.
![]() |
When the |
![]() |
When the |
The modified
member function always returns FALSE
for a cast member in a movie that plays back as an applet.
Example
This statement tests whether the cast member Introduction has been modified since it was read from the movie file:
return member("Introduction").modified
![]() ![]() ![]() |