User Guide

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