Difference between revisions of "MovieClip:gotoAndStop"
From GiderosMobile
| Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/>  | '''Available since:''' Gideros 2011.6<br/>  | ||
=== Description ===  | === Description ===  | ||
| − | <br />  | + | <translate><br />  | 
Goes to the specified frame and stops.<br />  | Goes to the specified frame and stops.<br />  | ||
| − | <br />  | + | <br /></translate>  | 
<source lang="lua">  | <source lang="lua">  | ||
  MovieClip:gotoAndStop(frame)  |   MovieClip:gotoAndStop(frame)  | ||
</source>  | </source>  | ||
=== Parameters ===  | === Parameters ===  | ||
| − | '''frame''': (int) the frame number <br/>  | + | '''frame''': (int) <translate>the frame number</translate> <br/>  | 
Revision as of 13:38, 23 August 2018
Available since: Gideros 2011.6
Description
Goes to the specified frame and stops.
 MovieClip:gotoAndStop(frame)
Parameters
frame: (int) the frame number