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 modified member property is TRUE (1), the cast member has been modified since it was read from the movie file.

When the modified member property is FALSE (0), the cast member has not been modified since it was read from the movie file.

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