Moveto (Movieclip.moveto Method) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

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)
(MovieClip.attachMovie 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
- An integer indicating the horizontal position relative to the registration point of
x:Number
the parent movie clip.
- An integer indicating the vertical position relative to the registration point of the
y:Number
parent movie clip.
492
ActionScript classes
,
loadMovie (MovieClip.loadMovie method)
,
attachMovie
,

Advertisement

Table of Contents
loading

Table of Contents