Inherits from CCActionInterval : CCActionFiniteTime : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionInterval.h

Overview

This action executes the specified action in reverse order.

Note: Use this action carefully. This action is not sequence-able. Use it as the default “reversed” method of your own actions, but using it outside the “reversed” scope is not recommended.

Class Methods

actionWithAction:

Creates a reverse action.

+ (id)actionWithAction:(CCActionFiniteTime *)action

Parameters

action

Action to reverse.

Return Value

New reverse action.

Declared In

CCActionInterval.h

Instance Methods

initWithAction:

Initalizes a reverse action.

- (id)initWithAction:(CCActionFiniteTime *)action

Parameters

action

Action to reverse.

Return Value

New reverse action.

Declared In

CCActionInterval.h