CCActionDelay Class Reference

Inherits from CCActionInterval : CCActionFiniteTime : CCAction : NSObject
Conforms to NSCopying
Declared in CCActionInterval.h

Overview

This action waits for the time specified. Used in sequences to delay (pause) the sequence for a given time.

Example, wait for 2 seconds:

id delay = [CCActionDelay actionWithDuration:2.0];