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
CCReverseTime Class Reference

#import <CCActionInterval.h>

+ Inheritance diagram for CCReverseTime:
+ Collaboration diagram for CCReverseTime:

List of all members.

Public Member Functions

(id) - initWithAction:

Static Public Member Functions

(id) + actionWithAction:

Protected Attributes

CCFiniteTimeAction_other

Detailed Description

Executes an action in reverse order, from time=duration to time=0

Warning:
Use this action carefully. This action is not sequence-able. Use it as the default "reversed" method of your own actions, but using it outside the "reversed" scope is not recommended.

Member Function Documentation

creates the action

- (id) initWithAction: (CCFiniteTimeAction *)  action

initializes the action


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