I'm trying to use particle designer, but have run into problems.
In my h. file, I've put this:
CCQuadParticleSystem *emitter;
In my m. file, I used:
CCQuadParticleSystem *particle = [CCQuadParticleSystem particleWithFile:@"test.plist"];
[aboutLayer addChild:particle];
I get this message:
warning: 'CCQuadParticleSystem' may not respond to '+particleWithFile:'
And when I try to run the app it crashes.
Any suggestions is greatly appreciated.
DemetriusB