cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCSequence Class Reference

#import <CCActionInterval.h>

+ Inheritance diagram for CCSequence:
+ Collaboration diagram for CCSequence:

List of all members.

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

Detailed Description

Runs actions sequentially, one after another


Member Function Documentation

+ (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


The documentation for this class was generated from the following file: