![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionTiledGrid.h>
Public Member Functions | |
(id) | - initWithDuration:size:seed: |
(id) | - initWithSeed:grid:duration: |
Static Public Member Functions | |
(id) | + actionWithDuration:size:seed: |
(id) | + actionWithSeed:grid:duration: |
Protected Attributes | |
unsigned | _seed |
NSUInteger | _tilesCount |
NSUInteger * | _tilesOrder |
CCTurnOffTiles action. Turn off the files in random order
+ (id) actionWithDuration: | (ccTime) | duration | |
size: | (CGSize) | gridSize | |
seed: | (unsigned) | seed | |
creates the action with a random seed, the grid size and the duration
- (id) initWithDuration: | (ccTime) | duration | |
size: | (CGSize) | gridSize | |
seed: | (unsigned) | seed | |
initializes the action with a random seed, the grid size and the duration