modifiedDate

Usage

-- Lingo syntax
memberObjRef.modifiedDate

// JavaScript syntax
memberObjRef.modifiedDate;

Description

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.

Example

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);

See also

Member


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_en/09_pr388.htm