modifiedBy

Usage

-- Lingo syntax
memberObjRef.modifiedBy

// JavaScript syntax
memberObjRef.modifiedBy;

Description

Member property; records the name of the user who last edited the cast member. Read-only.

The name is taken from the user name information provided during Director installation. You can change this information in the Director General Preferences dialog box.

This property 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:

-- Lingo syntax
put(member(1).modifiedBy)

// JavaScript syntax
put(member(1).modifiedBy);

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_pr387.htm