Syntax | result:=CallSprite(@" IconTitle", #stageToFlash, point) |
|||
Type | Method |
|||
Description | This method returns the coordinate in a Flash movie sprite that corresponds to a specified coordinate in the Authorware Presentation window. The method accepts both the Presentation window coordinate and returns the Flash movie 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,
The |
|||
Example | This statement returns the Flash window coordinates of the last point the user clicked.
result:=CallSprite(@"Flash Icon", #stageToFlash, Point(ClickX,ClickY)) |
|||
Related Functions | flashToStage method
|