-Dark Martin- The dark is most certainly not your friend
Registered 05/06/2008
Points 21
21st August, 2009 at 20:53:47 -
I want my boss to die the right way so i created an explosion effect to randomly create itselfs over the bosses body when hes get his ass handed to him.
I took a shot at it but instead the explosions decided to flip out and kill the room instead.
So can anyone please tell me the right conditions and expressions to make this so, thanks...
Don't send me an MFA because i won't be able to download it; sorry.
If you mean it's not being created just on the boss, then I think I can offer a possible solution. When I want random effects, this is what I do.
Some condition (always, while boss is dying, etc.) >> Create particle offscreen.
Particle Value A = 0 >> Set Particle X to Boss X + Random(Boss width) - Half of Boss width
+Set Particle Y to Boss Y + Random(Boss height) - Half of Boss height
+Set Particle Value A to 1.