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

PRActionGroup()

Creates an action object of type PRActionTypeGroup. A group 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 group are played simultaneously. Group actions do not stop playing until all of the actions in the group have stopped playing. Group actions may contain other nested container actions.


Declaration

PRActionPlayCount(obj)

Parameters

action1, action2, action3, ...

The actions to place into the group action container.

Return Value

The created action object.