Difference between revisions of "Sprite:setY"
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 y coordinate of the sprite.<br />  | Sets the y coordinate of the sprite.<br />  | ||
| − | <br />  | + | <br /></translate>  | 
<source lang="lua">  | <source lang="lua">  | ||
  Sprite:setY(y)  |   Sprite:setY(y)  | ||
</source>  | </source>  | ||
=== Parameters ===  | === Parameters ===  | ||
| − | '''y''': (number) The new y coordinate of the sprite <br/>  | + | '''y''': (number) <translate>The new y coordinate of the sprite</translate> <br/>  | 
Revision as of 13:38, 23 August 2018
Available since: Gideros 2011.6
Description
Sets the y coordinate of the sprite.
 Sprite:setY(y)
Parameters
y: (number) The new y coordinate of the sprite