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

Overview

Runs actions sequentially, one after another

Tasks

Other Methods

Deprecated Methods

Class Methods

actionOne:two:

creates the action

+ (id)actionOne:(CCFiniteTimeAction *)actionOne two:(CCFiniteTimeAction *)actionTwo

Declared In

CCActionInterval.h

actionWithArray:

helper constructor to create an array of sequence-able actions given an array

+ (id)actionWithArray:(NSArray *)arrayOfActions

Declared In

CCActionInterval.h

actions:

helper constructor to create an array of sequence-able actions

+ (id)actions:(CCFiniteTimeAction *)action1, ...

Declared In

CCActionInterval.h

actions:vaList:

helper constructor to create an array of sequence-able actions

+ (id)actions:(CCFiniteTimeAction *)action1 vaList:(va_list)args

Declared In

CCActionInterval.h

actionsWithArray:

Instance Methods

initOne:two:

initializes the action

- (id)initOne:(CCFiniteTimeAction *)actionOne two:(CCFiniteTimeAction *)actionTwo

Declared In

CCActionInterval.h