Directional_velocity and such
Posted: Mon Oct 17, 2005 3:36 am
In the MechWarrior games, if you have played them, you can hit the + key to increase your running speed, and the - key to decrease it eventually to a stop. Im trying for the same thing with this game. I figured out how to increase speed and decrease speed using a score set up. I made
- Code: Select all
Speed.textNumber=Speed.textNumber+1;