Difference between revisions of "Sprite:setX"
From GiderosMobile
| Line 8: | Line 8: | ||
Sprite:setX(x) | Sprite:setX(x) | ||
</source> | </source> | ||
| − | '''x''': (number) The new x coordinate of the sprite | + | === Parameters === |
| + | '''x''': (number) The new x coordinate of the sprite <br/> | ||
Revision as of 10:44, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the x coordinate of the sprite
Sprite:setX(x)
Parameters
x: (number) The new x coordinate of the sprite