If you are using any behaviours to move or resize the objects... dt already applies automatically to behaviours.
You may also find that you need to bracket your equation a little there, so it knows where to apply the *dt.
scale1+(car_lane1.Y*0.0006)*dt - maybe? My implementation/use of dt is a bit sketchy at times too, lol.
~Sol