gravity physic

I hate it, when you put some gravity
and a physical respond,
There is alway tiny movent (varries to 0.0 to 0.9 ) of the x or y position of the actor, so when you put a colision tingy it is always repeated even if its set to not repeat, if you could reselout that, it would be great!!
and could also remove so script for some peoples.
- Code: Select all
yvelocity+=0.4;
if(yvelocity==4)
{
yvelocity=4;
}
and a physical respond,
There is alway tiny movent (varries to 0.0 to 0.9 ) of the x or y position of the actor, so when you put a colision tingy it is always repeated even if its set to not repeat, if you could reselout that, it would be great!!
and could also remove so script for some peoples.