Lingo Dictionary > L-N > modifiedBy

 

modifiedBy

Syntax

member.modifiedBy
the modifiedBy of member

Description

Cast member property; records the name of the user who last edited the cast member, taken from the user name information provided during Director installation. You can change this information in Director's General Preferences dialog box.

This property can be tested but not set. It is useful for tracking and coordinating Director projects with more than one author, and may also be viewed in the Property Inspector's Member tab.

Example

This statement displays the name of the person who last modified cast member 1:

put member(1).modifiedBy
-- "Sam Sein"

See also

comments, creationDate, modifiedDate