#import <IntervalAction.h>
Inherits IntervalAction.
Inherited by ScaleBy.

Public Member Functions | |
| (id) | - initWithDuration:scale: |
| (id) | - initWithDuration:scaleX:scaleY: |
Static Public Member Functions | |
| (id) | + actionWithDuration:scale: |
| (id) | + actionWithDuration:scaleX:scaleY: |
| + (id) actionWithDuration: | (ccTime) | duration | ||
| scale: | (float) | s | ||
creates the action with the same scale factor for X and Y
| + (id) actionWithDuration: | (ccTime) | duration | ||
| scaleX: | (float) | sx | ||
| scaleY: | (float) | sy | ||
creates the action with and X factor and a Y factor
| - (id) initWithDuration: | (ccTime) | duration | ||
| scale: | (float) | s | ||
initializes the action with the same scale factor for X and Y
| - (id) initWithDuration: | (ccTime) | duration | ||
| scaleX: | (float) | sx | ||
| scaleY: | (float) | sy | ||
initializes the action with and X factor and a Y factor
1.5.8