User Guide

492 ActionScript classes
which then traces the following:
from current SWF file
dumpRoot -> [type Function]
$version -> WIN 7,0,19,0
nolockroot_mc -> _level0.nolockroot_mc
lockroot_mc -> _level0.lockroot_mc
from nolockroot.swf
myOtherVar -> 2
myVar -> 1
from lockroot.swf
myOtherVar -> 2
myVar -> 1
See also
_root property, _lockroot (MovieClip._lockroot property), attachMovie
(MovieClip.attachMovie method)
, loadMovie (MovieClip.loadMovie method),
onLoadInit (MovieClipLoader.onLoadInit event listener)
moveTo (MovieClip.moveTo method)
public moveTo(x:Number, y:Number) : Void
Moves the current drawing position to (x, y). If any of the parameters are missing, this method
fails and the current drawing position is not changed.
You can extend the methods and event handlers of the MovieClip class by creating a subclass.
Availability: ActionScript 1.0; Flash Lite 2.0
Parameters
x:Number - An integer indicating the horizontal position relative to the registration point of
the parent movie clip.
y:Number - An integer indicating the vertical position relative to the registration point of the
parent movie clip.