RMMSecurity/cocos2d-android

ParticleExplosion not working

Opened this issue · 0 comments



 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);

Original issue reported on code.google.com by sudip...@gmail.com on 12 Jul 2010 at 11:11

Attachments: