Sprite:localToGlobal

From GiderosMobile
Revision as of 15:33, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "</source>" to "</syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6
Class: Sprite

Description

Converts the x,y coordinates from the sprite (local) coordinates to the global coordinates.

(number), (number) = Sprite:localToGlobal(x,y)

Parameters

x: (number) x coordinate of the local coordinate
y: (number) y coordinate of the local coordinate

Return values

Returns (number) x coordinate relative to the display area
Returns (number) y coordinate relative to the display area