#import <CCAction.h>
Inherits CCAction.

Public Member Functions | |
| (id) | - initWithAction:speed: |
Static Public Member Functions | |
| (id) | + actionWithAction:speed: |
Properties | |
| float | speed |
Changes the speed of an action, making it take longer (speed>1) or less (speed<1) time. Useful to simulate 'slow motion' or 'fast forward' effect.
Definition at line 129 of file CCAction.h.
| + (id) actionWithAction: | (CCIntervalAction *) | action | ||
| speed: | (float) | rate | ||
creates the action
| - (id) initWithAction: | (CCIntervalAction *) | action | ||
| speed: | (float) | rate | ||
initializes the action
- (float) speed [read, write, assign] |
alter the speed of the inner function in runtime
Definition at line 133 of file CCAction.h.