I have a cocos2 project I'm working on and I'm wondering if there is a way to adjust a variable in my particle system .plist file in real time. i.e. adjust the x gravity to correlate with the speed of the player etc. I'm using particle designer to make the files initially.

Any suggestions or direction would be greatly appreciated.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

After you initialize the particle from the file, just modify it's properties like you would to any other particle.

Open the particles header file (CCParticle.h, probably) to see what properties it has and what you can modify.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.