here is an easy ball script.
But what is the best way to controll this ball, then "move glide" and stuff like that dosen`t work.

action ball
{
phent_settype(eBall,PH_RIGID,PH_SPHERE);
phent_setmass(eBall,1,PH_SPHERE);
phent_setfriction(eBall,90);
phent_setelasticity(eBall,75,100);
phent_setdamping(eBall,30,5);

ph_setgravity(vector(0,0,-500));
}

Ps:The ball should be very,very, fast smile


I have know Gamestudio/A7 Commercial Edition 7.84