#import <CCActionProgressTimer.h>
Inherits CCActionInterval.

Public Member Functions | |
| (id) | - initWithDuration:from:to: |
Static Public Member Functions | |
| (id) | + actionWithDuration:from:to: |
Progress from a percentage to another percentage
Definition at line 51 of file CCActionProgressTimer.h.
| + (id) actionWithDuration: | (ccTime) | duration | ||
| from: | (float) | fromPercentage | ||
| to: | (float) | toPercentage | ||
Creates and initializes the action with a duration, a "from" percentage and a "to" percentage
| - (id) initWithDuration: | (ccTime) | duration | ||
| from: | (float) | fromPercentage | ||
| to: | (float) | toPercentage | ||
Initializes the action with a duration, a "from" percentage and a "to" percentage