-- Lingo syntaxmemberObjRef.modifiedDate // JavaScript syntaxmemberObjRef.modifiedDate;
Member property; indicates the date and time that the cast member was last changed, using the system time on the authoring computer. Read-only.
This property is useful for tracking and coordinating Director projects. It can also be viewed in the Property inspector's Member tab and the Cast window list view.
This statement displays the date of the last change to cast member 1:
-- Lingo syntax put(member(1).modifiedDate) // JavaScript syntax put(member(1).modifiedDate);