-
Help with particle spray
I dont know what i am doing wrong. I have a particle spray object in my game that make some particles fly that look like blood when pressing the mouse button on a enemy.
It works very well.
The problem is that i tried to have another condition when i click on the ground to have a brown particle instead so it looks like its flying mud when the shoot gets in the ground. The problem is that i cant get that particle spray to work!
I have tried many things. First i tried to create a whole new particle spray object, because i tought that you had to and give it a unice ID. When i could not get that to work i discovered that you could create different ID:s in one particle spray objet. So i basiclly had all the same values but made a ID for 1 for my new event instead of 0 that i used for the old.
I have the exact same conditions and actions for them but still i cant get that other paricle spray to work!! Please help