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
angle=rand(359);
directional_velocity=3+rand(3)/2;
transp+0.015;
if(transp>=1)DestroyActor...;
for (count = 0; count < 20; count++)
{
CreateActor...;
}
Users browsing this forum: No registered users and 1 guest