#import <CCIntervalAction.h>
Inherits CCMoveTo.

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 169 of file CCIntervalAction.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.