![MACROMEDIA Flash Lite 2 Скачать руководство пользователя страница 492](http://html1.mh-extra.com/html/macromedia/flash-lite-2/flash-lite-2_reference_687553492.webp)
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.
Содержание Flash Lite 2
Страница 1: ...Flash Lite 2 x ActionScript Language Reference...
Страница 22: ...22 Contents...
Страница 244: ...244 ActionScript language elements...
Страница 760: ...760 ActionScript classes...