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

Overview

CC3ActionMoveBy moves a target CC3Node by a specific translation amount.

Class Methods

actionWithDuration:moveBy:

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

+ (id)actionWithDuration:(CCTime)t moveBy:(CC3Vector)aTranslation

Declared In

CC3Actions.h

Instance Methods

initWithDuration:moveBy:

Initializes this instance to move the target node by the specified translation amount, within the specified time duration.

- (id)initWithDuration:(CCTime)t moveBy:(CC3Vector)aTranslation

Declared In

CC3Actions.h