Syntax | result:=CallSprite(@" IconTitle", #flashToStage, point) |
|||
Type | Method |
|||
Description | This method returns the coordinate in Authorware's Presentation window that corresponds to a specified coordinate in a Flash movie sprite. The method accepts both the Flash movie coordinate and returns the Authorware Presentation window coordinate as point values; for example, Point(300,300) .
Flash movie coordinates are measured in Flash movie pixels, which are determined by a movie's original size when it was created in Flash. For the purposes of calculating Flash movie coordinates, point(0,0) of a Flash movie is always at its upper-left corner. (The sprite icon's
The |
|||
Example | This statement returns the Presentation window coordinates of the upper-left corner of the Flash movie sprite.
result:=CallSprite(@"Flash Icon", #flashToStage, Point(0,0)) |
|||
Related Functions | stageToFlash method
|