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

Overview

Spawn a new action immediately

Tasks

Other Methods

Deprecated Methods

Class Methods

actionOne:two:

creates the Spawn action

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

Declared In

CCActionInterval.h

actionWithArray:

helper constructor to create an array of spawned actions given an array

+ (id)actionWithArray:(NSArray *)arrayOfActions

Declared In

CCActionInterval.h

actions:

helper constructor to create an array of spawned actions

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

Declared In

CCActionInterval.h

actions:vaList:

helper constructor to create an array of spawned actions

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

Declared In

CCActionInterval.h

actionsWithArray:

Instance Methods

initOne:two:

initializes the Spawn action with the 2 actions to spawn

- (id)initOne:(CCFiniteTimeAction *)one two:(CCFiniteTimeAction *)two

Declared In

CCActionInterval.h