Inherits from CC3ActionTransformTo : CC3ActionTransformVector : CCActionInterval
Declared in CC3Actions.h

Overview

CC3ActionMoveTo moves a target CC3Node to a specific location.

Class Methods

actionWithDuration:moveTo:

Allocates and initializes an autoreleased instance to move the target node to the specified location, within the specified time duration.

+ (id)actionWithDuration:(CCTime)t moveTo:(CC3Vector)aLocation

Declared In

CC3Actions.h

Instance Methods

initWithDuration:moveTo:

Initializes this instance to move the target node to the specified location, within the specified time duration.

- (id)initWithDuration:(CCTime)t moveTo:(CC3Vector)aLocation

Declared In

CC3Actions.h