602
short
See
date() (system clock)
,
time()
showGlobals
Syntax
showGlobals
Description
Command; displays all global variables in the Message window. This command is useful for
debugging scripts.
Example
This statement displays all global variables in the Message window:
showGlobals
See also
clearGlobals
,
global
,
globals
showLocals
Syntax
showLocals
Description
Command; displays all global variables in the Message window. This command is useful only
within handlers or parent scripts that contain local variables to display. All variables used in the
Message window are automatically global.
Local variables in a handler are no longer available after the handler executes. Inserting
the statement
showLocals
in a handler displays all the local variables in that handler in the Message window.
This command is useful for debugging scripts.
See also
clearGlobals
,
global
,
showGlobals
showProps()
Syntax
member(
whichFlashOrVectorCastMember
). showProps
showProps()
sprite(
whichFlashOrVectorSprite
).showProps()
sound(
channelNum
).showProps()
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...