Inherits from CCTiledGrid3DAction : CCGridAction : CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Declared in CCActionTiledGrid.h
CCTiledGridAction.h

Overview

CCTurnOffTiles action. Turn off the files in random order

Tasks

Other Methods

Other Methods

Class Methods

actionWithDuration:size:seed:

creates the action with a random seed, the grid size and the duration

+ (id)actionWithDuration:(ccTime)duration size:(CGSize)gridSize seed:(unsigned)seed

Declared In

CCActionTiledGrid.h

actionWithSeed:grid:duration:

creates the action with a random seed, the grid size and the duration

+ (id)actionWithSeed:(int)s grid:(ccGridSize)gridSize duration:(ccTime)d

Declared In

CCTiledGridAction.h

Instance Methods

initWithDuration:size:seed:

initializes the action with a random seed, the grid size and the duration

- (id)initWithDuration:(ccTime)duration size:(CGSize)gridSize seed:(unsigned)seed

Declared In

CCActionTiledGrid.h

initWithSeed:grid:duration:

initializes the action with a random seed, the grid size and the duration

- (id)initWithSeed:(int)s grid:(ccGridSize)gridSize duration:(ccTime)d

Declared In

CCTiledGridAction.h