| Syntax | SetIconProperty(@"IconTitle", #viewV, percent)
|
||
| Type | Icon property, sprite property |
||
| Description | This property controls the vertical coordinate of a Flash movie's view point. This point is specified in Flash movie pixel units. The point values can be floating-point numbers.
A Flash movie's view point is set relative to its origin point. For more information, see the
Setting a positive value for
You can get and set the value of the |
||
| Example | This routine moves the view of a Flash movie sprite from top to bottom within the sprite's bounding rectangle.
repeat with i := 120 down to -120
SetSpriteProperty(@"Flash Icon", #viewV, i )
end repeat
|
||
| Related Functions | viewH property, viewPoint property, viewScale property
|