May 2001
Intermediate to advanced
720 pages
23h 24m
English
MovieClip._target Property — the target path of a clip or movie, in slash syntax
Flash 4 and later
mc._target
Read-only
The _target property represents the path to
mc in a Flash 4-style slash notation
string. For example, if a clip, ball, resides on
the main movie timeline, ball’s
_target property is "/ball". A
clip, stripe, inside ball would
have a _target of
"/ball/stripe".
To retrieve a string giving the path to a clip in dot notation, use
the targetPath( ) function.
targetPath( )
Read now
Unlock full access