CCParticleExplosion help

can anyone help me with the explosion particles , little confused with whats written on the manual page
heres what im doing

CCParticleExplosion* *explosion =*explosion~~>createWithTotalParticles;
*explosion~~>setSpeed;
*explosion~~>setSourcePositionasteroid)>getPosition);
*explosion
>setAutoRemoveOnFinish;
*explosion~~>setDuration(0.5f);
this->addChild(_explosion,0);

something wrong im doing here?
adding explosions on the ray winderlich space game tutorial by the way

Well, for one, you’ll probably want to add _explosion to be a child of something ;).

edited , app stops when it reaches this point

The app stops? Like crashes? Is there additional information (exception? Was any assert hit?)

yeah it crashes and none , just the fatal signal

Sounds like a fun future of debugging into the call to figure out where it crashes for you :).