I would make a variable called lane.
left lane =1
middle lane= 2
right lane = 3
on D press
if lane not = 3
set position car.x+50
lane+1
on A press
if lane not =1
set postion car.x-50
lane-1
Thanks dsminor. This will make it less likely for human error. What will each lane varilble equal i may ask? Would it be specific lane coordinate for each one?
I like your information about changing lanes, but I would use moveto and rotate towards or set angle while moving.
How would i implement moveto and rotate towards or set angle for this instance?