Syntax | SetIconProperty(@" IconTitle", #regPoint, point) |
|||
Type | Icon property |
|||
Description | This property sets the registration point of a Flash sprite icon. The regPoint property is specified as a point value; for example, Point(16,16) .
When a Flash sprite icon is first inserted, its registration point is set at its center and its
In Authorware, changing
You can get and set the value of the |
|||
Example | This sets the registration point of a Flash sprite icon to its upper-left corner.
SetIconProperty(@"Flash Icon", #regPoint, Point(0,0)) |
|||
Related Functions | centerRegPoint property
|