MovieClip:setReverseAction

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

Available since: Gideros 2018.3
Class: MovieClip

Description

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

When the movie clip reaches a frame with a reverse action, it changes its playing direction.

This function can be used to create back and forth animations, and even endless animations.

Parameters

frame: (int) the frame number