Is it possible to make all the particles in a particle object individual so that each particle is its own object that can react to events by itself (collision and variables mostly)
Develop games in your browser. Powerful, performant & highly capable.
No, you will have to make your own particle system by spawning sprites to do that.
ok thanks
Thats a bit inconvenient but not hard to set up