it worked! grin

i was added this line of code . ball can't pass the plane but now i cant move the plane with mouse ...
Code:
pXent_settype(main_plane ,PH_STATIC  , PH_POLY  );


and this my main plane function :
Code:
function main_plane_function ()
{
	while(1)
	{
		my.tilt -= mouse_force.y ;
		my.pan  += mouse_force.x ;
		
		wait(1);
	}
}



Last edited by Mafia_IR; 05/11/11 14:54.