EasyManua.ls Logo

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING - Page 115

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING
1130 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
System 115
Property summary for the Sprite Channel object
See also
Cast Library, channel() (Top level), Member, Movie, Player, Sprite, Window
System
Provides access to system and environment information, including system level methods.
You can create a reference to the System object by using the top level
_system property.
Assign _system to a variable.
-- Lingo syntax
objSystem = _system
// JavaScript syntax
var objSystem = _system;
Use the _system property directly.
-- Lingo syntax
sysDate = _system.date()
// JavaScript syntax
var sysDate = _system.date();
Method summary for the System object
Property summary for the System object
See also
_system
Property
name (Sprite Channel)
number (Sprite Channel)
scripted
sprite (Sprite Channel)
Method
date() (System)
restart()
shutDown()
time() (System)
Property
colorDepth
deskTopRectList
environmentPropList
milliseconds

Related product manuals