Difference between revisions of "Sprite:setX"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Sets the x coordinate of the sprite<br /> | Sets the x coordinate of the sprite<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Sprite:setX(x) | Sprite:setX(x) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''x''': (number) The new x coordinate of the sprite <br/> | + | '''x''': (number) <translate>The new x coordinate of the sprite</translate> <br/> |
Revision as of 13:38, 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