|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionInterval.h>


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 220 of file CCActionInterval.h.
| + (id) actionWithDuration: | (ccTime) | duration | |
| position: | (CGPoint) | position | |
| height: | (ccTime) | height | |
| jumps: | (NSUInteger) | jumps | |
creates the action
| - (id) initWithDuration: | (ccTime) | duration | |
| position: | (CGPoint) | position | |
| height: | (ccTime) | height | |
| jumps: | (NSUInteger) | jumps | |
initializes the action