#import <CCIntervalAction.h>
Inherits CCIntervalAction.

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 305 of file CCIntervalAction.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