Difference between revisions of "MovieClip:clearAction"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Clears the action (goto or stop) at the specified frame.<br /> <br /> <br /> <source lang="lua"...")
 
Line 7: Line 7:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= MovieClip:clearAction(frame,)
+
MovieClip:clearAction(frame)
 
</source>
 
</source>
'''frame:''' (int) the frame number ''''''<br/>
+
'''frame''': (int) the frame number ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2011.6

Description


Clears the action (goto or stop) at the specified frame.


 MovieClip:clearAction(frame)

'frame: (int) the frame number '