Flash.GetPos

table Flash.GetPos ( 

string ObjectName )

Example 1

Stunned = Flash.GetPos("Flash Me");

Gets the current X, Y coordinates of the "Flash Me" Flash object and stores the results in a table called "Stunned." These values can be accessed by referencing Stunned.X and Stunned.Y.

See also:  Related Actions