|
Bendan Fisher
Registered User
Join date: 10 Jan 2006
Posts: 22
|
02-14-2006 12:51
With using the llsetpos command is there a way to slow an object down or add a time frame for it to move in?
|
|
Adman Drake
Registered User
Join date: 9 Feb 2006
Posts: 96
|
02-14-2006 14:19
From: Bendan Fisher With using the llsetpos command is there a way to slow an object down or add a time frame for it to move in? Move it in smaller steps...? I had a rocket that moved in a while loop. Basically it said: while (my altitude is less than 30 meters) move up 1 meter If I change that 1 meter to other various distances, it would control the speed of the rocket. Make sense? You might need to adjust your code to make this work (you can't just directly move to the target location anymore, you'd have to do it in steps). Not sure if there is a better way... Adman
|