|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInterval.h>
Inheritance diagram for CCSequence:
Collaboration diagram for CCSequence:Public Member Functions | |
| (id) | - initOne:two: |
Static Public Member Functions | |
| (id) | + actions: |
| (id) | + actions:vaList: |
| (id) | + actionWithArray: |
| (id) | + actionOne:two: |
| (id) | + actionsWithArray: |
Protected Attributes | |
| CCFiniteTimeAction * | _actions [2] |
| ccTime | _split |
| int | _last |
Runs actions sequentially, one after another
| + (id) actionOne: | (CCFiniteTimeAction *) | actionOne | |
| two: | (CCFiniteTimeAction *) | actionTwo | |
creates the action
| + (id) actions: | (CCFiniteTimeAction *) | action1 | |
| , | NS_REQUIRES_NIL_TERMINATION | ||
helper constructor to create an array of sequence-able actions
| + (id) actions: | (CCFiniteTimeAction *) | action1 | |
| vaList: | (va_list) | args | |
helper constructor to create an array of sequence-able actions
| + (id) actionWithArray: | (NSArray *) | arrayOfActions |
helper constructor to create an array of sequence-able actions given an array
| - (id) initOne: | (CCFiniteTimeAction *) | actionOne | |
| two: | (CCFiniteTimeAction *) | actionTwo | |
initializes the action