Difference between revisions of "MovieClip:clearAction"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Clears the action (goto or stop) at the specified frame.
 
Clears the action (goto or stop) at the specified frame.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
MovieClip:clearAction(frame)
 
MovieClip:clearAction(frame)
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023

Available since: Gideros 2011.6
Class: MovieClip

Description

Clears the action (goto or stop) at the specified frame. <syntaxhighlight lang="lua"> MovieClip:clearAction(frame) </source>

Parameters

frame: (int) the frame number