Inherits from CCMoveBy : CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionInterval.h
CCIntervalAction.h

Overview

Moves a CCNode object to the position x,y. x and y are absolute coordinates by modifying it’s position attribute. Several CCMoveTo actions can be concurrently called, and the resulting movement will be the sum of individual movements.

Tasks

Class Methods

actionWithDuration:position:

creates the action

+ (id)actionWithDuration:(ccTime)duration position:(CGPoint)position

Declared In

CCActionInterval.h

Instance Methods

initWithDuration:position:

initializes the action

- (id)initWithDuration:(ccTime)duration position:(CGPoint)position

Declared In

CCActionInterval.h