Note: This PRAction documentation is out-dated and is for an older (pre-GMS v2.3) version of PRAction. For the most up-to-date docs on the latest version of PRAction, please refer to this page as well as the documentation included in the PRAction package.

Documentation Topics
Function

PRActionSequence()

Creates an action object of type PRActionTypeSequence. A sequence action is a container that holds one or more other actions. When this action is played by an object, all of the actions within the sequence action are played in sequence one at a time. Sequence actions do not stop playing until all of the actions in the sequence have completed. Sequence actions may contain other nested container actions.


Declaration

PRActionSequence(action1, action2, action3, ...)

Parameters

action1, action2, action3, ...

The actions to place into the sequence action container.

Return Value

The created action object.