#import <CCIntervalAction.h>
Inherits CCIntervalAction.
Inherited by CCJumpTo.

Public Member Functions | |
| (id) | - initWithDuration:position:height:jumps: |
Static Public Member Functions | |
| (id) | + actionWithDuration:position:height:jumps: |
Moves a CCNode object simulating a parabolic jump movement by modifying it's position attribute.
Definition at line 181 of file CCIntervalAction.h.
| + (id) actionWithDuration: | (ccTime) | duration | ||
| position: | (CGPoint) | position | ||
| height: | (ccTime) | height | ||
| jumps: | (int) | jumps | ||
creates the action
| - (id) initWithDuration: | (ccTime) | duration | ||
| position: | (CGPoint) | position | ||
| height: | (ccTime) | height | ||
| jumps: | (int) | jumps | ||
initializes the action