Difference between revisions of "MovieClip:gotoAndStop"

From GiderosMobile
Line 8: Line 8:
 
  MovieClip:gotoAndStop(frame)
 
  MovieClip:gotoAndStop(frame)
 
</source>
 
</source>
'''frame''': (int) the frame number ''''''<br/>
+
=== Parameters ===
 +
'''frame''': (int) the frame number <br/>

Revision as of 11:44, 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