Syntax | SetIconProperty(@" IconTitle", #originPoint, point)
|
|||
Type | Icon property, sprite property |
|||
Description | This property controls the origin point of a Flash movie. The origin point is the point around which scaling and rotation occurs.
The
Point values specified for the
Setting the
You can get and set the value of the |
|||
Example | This statement sets the origin points to the last point the user clicked.
SetSpriteProperty(@"Flash Icon", #originPoint, Point(ClickX, ClickY)) |
|||
Related Functions | originH property, originV property, originMode property
|