setze mal das:
Code:
ph_setgravity(vector(0,0,-500));
phent_settype(my,PH_RIGID,PH_box);
phent_setmass(my,2,PH_Box);
phent_setdamping(my,50,60);
phent_setfriction(my,40);
phent_setelasticity(my,60,80);



auf
Code:
ph_setgravity(vector(0,0,-500));
phent_settype(my,PH_RIGID,PH_box);
phent_setmass(my,2,PH_Box);
phent_setdamping(my,0,0);
phent_setfriction(my,0);
phent_setelasticity(my,0,0);



und schau ob die sache immernoch nicht geht.