easy, assign this action :

Code:
 
var earth_gravity[3] = 0,0, -886;

action physics_ent
{
phent_settype(my, PH_RIGID, PH_poly);
ph_setgravity ( earth_gravity );
phent_setmass(my, 10, PH_sphere);
phent_setfriction(my,10);
phent_setelasticity(my, 40, 1);
phent_setdamping ( my, 10, 25 );
}



regards,

EDIT: oops forgot the earth gravity variable :P

Last edited by dennis_fantasy; 05/19/05 09:59.

Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/