Community
SCI Programming => Mega Tokyo SCI Archive => Topic started by: AndrewM on August 29, 2002, 01:14:42 AM
-
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
-
You just need to adjust it's step size.
-
I hope this will help.
(instance aSomething of Something
(properties
x number
y number
view number
cycleSpeed number
moveSpeed number
)
)