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


Public Member Functions | |
| (id) | - initWithDuration:position: |
Static Public Member Functions | |
| (id) | + actionWithDuration:position: |
Moves a CCNode object x,y pixels by modifying it's position attribute. x and y are relative to the position of the object. Duration is is seconds.
Definition at line 178 of file CCActionInterval.h.
| + (id) actionWithDuration: | (ccTime) | duration | |
| position: | (CGPoint) | deltaPosition | |
creates the action
Implements CCMoveTo.
| - (id) initWithDuration: | (ccTime) | duration | |
| position: | (CGPoint) | deltaPosition | |
initializes the action
Implements CCMoveTo.