CCActionReverse Class Reference
| Inherits from | CCActionInterval : CCActionFiniteTime : CCAction : NSObject |
| Conforms to | NSCopying |
| Declared in | CCActionInterval.h |
Overview
This action executes the specified action in reverse order.
Note: 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.