Closed channingbreeze closed 7 years ago
Thank you for taking the time to open this issue. However, official support for Phaser 2 has now ended as we focus on preparing Phaser 3 for beta release. In a bid to keep the project tidy, and avoid confusion, we are closing all v2 related issues.
This does not mean your issue won't be looked-at. In November 2016 the Phaser CE (Community Edition) project began. The aim of Phaser CE was to allow the community to continue v2 development. Since then it has gained significant traction, with many updates and releases.
If you are still interested in having your issue investigated we strongly recommend testing the latest Phaser CE release. And only if the problem persists, opening an issue on the Phaser CE repo.
emitter = game.add.emitter(game.world.centerX, 32, 250); emitter.inputEnableChildren = true; emitter.makeParticles('life', null, 1); emitter.setAll('inputEnabled', true); emitter.start(false, 5000, 50); emitter.onChildInputDown.add(function() { console.log('down'); }, this);
this code not work?how can it work? thank you!