CCSequence Class Reference
Inherits from | CCActionInterval : CCFiniteTimeAction : CCAction : NSObject |
Conforms to | NSCopying |
Declared in | CCActionInterval.h CCIntervalAction.h |
Tasks
Other Methods
-
+ actions:
helper constructor to create an array of sequence-able actions
-
+ actions:vaList:
helper constructor to create an array of sequence-able actions
-
+ actionWithArray:
helper constructor to create an array of sequence-able actions given an array
-
+ actionOne:two:
creates the action
-
– initOne:two:
initializes the action
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