Blood
Posted: Tue Oct 31, 2006 2:45 am
I was wondering how do i make a blood effect when someone gets killed. or an explosion efffect ??
and make particles fly off the screen
and make particles fly off the screen
angle=rand(359);
directional_velocity=3+rand(3)/2;
transp+0.015;
if(transp>=1)DestroyActor...;
for (count = 0; count < 20; count++)
{
CreateActor...;
}