Difference between revisions of "Sprite:globalToLocal"

From GiderosMobile
Line 15: Line 15:
 
'''y''': (number) <translate>y coordinate of the global coordinate.</translate> <br/>
 
'''y''': (number) <translate>y coordinate of the global coordinate.</translate> <br/>
 
=== <translate>Return values</translate> ===
 
=== <translate>Return values</translate> ===
'''<translate>Returns</translate>''' (number) <translate>1. x coordinate relative to the display object.</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>x coordinate relative to the display object.</translate><br/>
'''<translate>Returns</translate>''' (number) <translate>2. y coordinate relative to the display object.</translate><br/>
+
'''<translate>Returns</translate>''' (number) <translate>y coordinate relative to the display object.</translate><br/>
  
 
{{Sprite}}
 
{{Sprite}}

Revision as of 21:33, 31 December 2020


Available since: Gideros 2011.6
Class: Sprite

Description


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


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

Parameters

x: (number) x coordinate of the global coordinate.
y: (number) y coordinate of the global coordinate.

Return values

Returns (number) x coordinate relative to the display object.
Returns (number) y coordinate relative to the display object.