MovieClip:setStopAction

From GiderosMobile
Revision as of 15:28, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2011.6
Class: MovieClip

Description

Sets a stop action to the specified frame. <syntaxhighlight lang="lua"> MovieClip:setStopAction(frame) </source>

When the movie clip reaches a frame with a stop action, it stops playing.

This function is usually used to divide the animation into independent parts.

Parameters

frame: (int) the frame number