#import <IntervalAction.h>
Inherits IntervalAction.

Public Member Functions | |
| (id) | - initWithAnimation: |
| (id) | - initWithAnimation:restoreOriginalFrame: |
Static Public Member Functions | |
| (id) | + actionWithAnimation: |
| (id) | + actionWithAnimation:restoreOriginalFrame: |
| + (id) actionWithAnimation: | (id< CocosAnimation >) | a |
creates the action with an Animation and will restore the original frame when the animation is over
| + (id) actionWithAnimation: | (id< CocosAnimation >) | a | ||
| restoreOriginalFrame: | (BOOL) | b | ||
creates the action with an Animation
| - (id) initWithAnimation: | (id< CocosAnimation >) | a |
initializes the action with an Animation and will restore the original frame when the animtion is over
| - (id) initWithAnimation: | (id< CocosAnimation >) | a | ||
| restoreOriginalFrame: | (BOOL) | b | ||
initializes the action with an Animation
1.5.8