CCActionSequence Class Reference
| Inherits from | CCActionInterval : CCActionFiniteTime : CCAction : NSObject |
| Conforms to | NSCopying |
| Declared in | CCActionInterval.h |
Class Methods
actionOne:two:
Creates an action sequence from two actions.
+ (id)actionOne:(CCActionFiniteTime *)actionOne two:(CCActionFiniteTime *)actionTwoParameters
- actionOne
Action one.
- actionTwo
Action two.
Return Value
New action sequence.
Declared In
CCActionInterval.hactionWithArray:
Helper constructor to create an array of sequence-able actions given an array.
+ (id)actionWithArray:(NSArray *)arrayOfActionsParameters
- arrayOfActions
Array of actions to sequence.
Return Value
New action sequence.
Declared In
CCActionInterval.h