Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: AndrewM on August 29, 2002, 01:14:42 AM

Title: help!!!
Post 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
Title: Re:help!!!
Post by: Brian Provinciano on August 29, 2002, 01:43:22 AM
You just need to adjust it's step size.
Title: Re:help!!!
Post by: Eigen on August 30, 2002, 02:17:37 AM
I hope this will help.


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