I'm new to programming on game-maker and programming in general. This is probably very easy but i'm unsure of how to go about things.
I am programming a simple top-down car game in which the car drives (forward) by it's self and is steered with the left and right mouse buttons. I attempted to get the car to drive on it's own with:
speed = 3
This, although making the car go forward, stopped the steering from working somehow and now the car rotates instead of actually turning around the corner.
How can i get the car to drive on it's own and still be able to turn the car?