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

PRActionQPopOut()

Creates a compound action that, when played by an object, will make the object appear to "pop” out of existence. The object will first scale up from it's current size to sizeToMax and then quickly scale down to 0.


Declaration

PRActionQPopOut(sizeUpTo, easeId, durationSecs)

Parameters

sizeUpTo

The size that the object will grow to in the first half of the animation.

easeId

The ease id indicating which easing function to use for this animation.

durationSecs

The time it takes, in seconds, for the entire pop animation to play.

Return Value

The created action object.