hi, can someone help me out here, very simple, I got my ship moving and over time it gets faster and faster. (by pressing up) and pressing "down" will slow it. Now i was wondering what would be the coding to just press "down" and it will slow and stop.
sure,
so i got my "ship" on the screen(using C# window game 4.0 visual studio). Now i can move it forward by pressing "w" which is my up key and each time i tap the "w" it will get faster and faster. Now my objective is to press "S" which is down(backwards) and i want it to reduce my speed and stop. Now I am certain it is a Velocity thing but can't quit work out the structure i should put in for it to do this function.