|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionInterval.h>


Public Member Functions | |
| (id) | - initWithDuration:opacity: |
Static Public Member Functions | |
| (id) | + actionWithDuration:opacity: |
Fades an object that implements the CCRGBAProtocol protocol. It modifies the opacity from the current value to a custom one.
Definition at line 344 of file CCActionInterval.h.
| + (id) actionWithDuration: | (ccTime) | duration | |
| opacity: | (GLubyte) | opactiy | |
creates an action with duration and opactiy
| - (id) initWithDuration: | (ccTime) | duration | |
| opacity: | (GLubyte) | opacity | |
initializes the action with duration and opacity