i need some help with gear ratio somthing like what im trying to do is set button down creat timer
1st=1;
yvelocity=yvelocity+0.5;
if(yvelocity=1.0)
DestroyTimer("1st");
next would be secont gear
1st=0;
2nt=1;
yvelocity=yvelocity+0.4;
if(yvelocity=3.0)
DestroyTimer("2nt");
and so on but im shure the finished code would look nothing like shit but just the idea of what im trying to do any body got any ideas how i can set speed so it picks up slowly
and u have to hit a button like 2 button to change to secont gear and when u let off the button the car slowly starts slowing down and when it gets to the desired yvelocity for it to change to the lower gear