Conforms to NSObject
Declared in CCAnimationManager.h

Overview

The animation manager delegate receives callbacks when animation sequences finishes playing.

Instance Methods

completedAnimationSequenceNamed:

Called when an animation sequence has finished playing.

- (void)completedAnimationSequenceNamed:(NSString *)name

Parameters

name

The name of the sequence that just finished playing.

Declared In

CCAnimationManager.h