Inherits from CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionProgressTimer.h
CCProgressTimerActions.h

Overview

Progress from a percentage to another percentage

Tasks

Class Methods

actionWithDuration:from:to:

Creates and initializes the action with a duration, a “from” percentage and a “to” percentage

+ (id)actionWithDuration:(ccTime)duration from:(float)fromPercentage to:(float)toPercentage

Declared In

CCActionProgressTimer.h

Instance Methods

initWithDuration:from:to:

Initializes the action with a duration, a “from” percentage and a “to” percentage

- (id)initWithDuration:(ccTime)duration from:(float)fromPercentage to:(float)toPercentage

Declared In

CCActionProgressTimer.h