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 *)actionTwoDeclared In
CCActionInterval.hactionWithArray:
helper constructor to create an array of sequence-able actions given an array
+ (id)actionWithArray:(NSArray *)arrayOfActionsDeclared In
CCActionInterval.hactions:
helper constructor to create an array of sequence-able actions
+ (id)actions:(CCFiniteTimeAction *)action1, ...Declared In
CCActionInterval.h