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

Public Member Functions | |
| (id) | - initWithDuration:position: |
Static Public Member Functions | |
| (id) | + actionWithDuration:position: |
Moves a CCNode object to the position x,y. x and y are absolute coordinates by modifying it's position attribute.
Definition at line 152 of file CCIntervalAction.h.
| + (id) actionWithDuration: | (ccTime) | duration | ||
| position: | (CGPoint) | position | ||
creates the action
Implemented in CCMoveBy.
| - (id) initWithDuration: | (ccTime) | duration | ||
| position: | (CGPoint) | position | ||
initializes the action
Implemented in CCMoveBy.