help!!!

AndrewM hey
in my game, i have set it up, like leisure suit larry 1, when you walk on a certain area, a car will come across the screen and run you over, except when the car is moving across the screen, it is unbelievably slow. Is there a way to make the car move faster without altering the game speed?? thanks in advance
Brian_Provinciano You just need to adjust it's step size.
Eigen I hope this will help.


(instance aSomething of Something
(properties
x number
y number
view number
cycleSpeed number
moveSpeed number

)
)