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

Overview

Executes an action in reverse order, from time=duration to time=0

Warning: 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.

Tasks

Class Methods

actionWithAction:

creates the action

+ (id)actionWithAction:(CCFiniteTimeAction *)action

Declared In

CCActionInterval.h

Instance Methods

initWithAction:

initializes the action

- (id)initWithAction:(CCFiniteTimeAction *)action

Declared In

CCActionInterval.h