oranjoose Posted May 16, 2015 Share Posted May 16, 2015 Hello, quick question: is there a way I can assign a mouseover/inputOver event to emitter particles? I couldn't seem to find it for emitters. Thanks Link to comment Share on other sites More sharing options...
icp Posted May 16, 2015 Share Posted May 16, 2015 emitter.forEach(function(particle){ //example particle.x = game.input.x; particle.y = game.input.y; //add your function here }); Link to comment Share on other sites More sharing options...
Recommended Posts