CCReverseTime Class Reference
Inherits from | CCActionInterval : CCFiniteTimeAction : CCAction : NSObject |
Conforms to | NSCopying |
Declared in | CCActionInterval.h CCIntervalAction.h |
Overview
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.