Does anyone know how to make blood splatter as in bleeding in a platformer? I need to know for my ultra gory platfrom/ action game.
n/a
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
7th June, 2003 at 21:36:07 -
Yep, If you are using MMF, it has a change RGB. You can use this to make the blood random shades of red for a better effect. Make a blood spot that is 1x1 in size.
bullet collides with player - create a blood spot at player
blood spot.flag 0 = off - Replace colour RGBAt( "Active", 0, 0 ) with RGBAt( "Active", 0, 0 )+ random(7), flag 0 = on
Then with direction calculator-
always rotate blood spot to direction 24. (that's down)