Export to GitHub

cocos2d-android - issue #17

ParticleExplosion not working


Posted on Jul 12, 2010 by Swift Giraffe

I am a android Developer. i am trying to use ParticleExplosion class but it display only black screen. the code is following.

CCSize s = Director.sharedDirector().winSize();

                CocosNode explosion = ParticleExplosion.node();
                explosion.setVisible(true);
                explosion.setContentSize(100f,100f);
                    addChild(explosion);
Attachments

Status: New

Labels:
Type-Defect Priority-Medium