Move Method (FlexObject)
Class
FlexObject
.
Action
Moves the component to a specified position within its parent. Calling this method is the same as setting the component's x and y properties.
Syntax
object
.
Move
([
x
,
y
])
Variable
Description
x
Optional
: Left position of the component within its parent.
Integer
.
y
Optional
: Top position of the component within its parent.
Integer
.