Jump to content

Particles onDestroy?


casarock
 Share

Recommended Posts

I think you need to check the living particles count manually. (try using countliving method of emitter)

Emitter is extend from Group and in fact not destroy or kill after explose finished.

(you can bind a callback with Phaser.signal using "add" method, like  sprite.onDestroy.add(callback,this) )

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...