movement speed
Moderator: Moderators
- MasterMind
- Major
- Posts: 316
- Joined: Thu Jul 15, 2004 12:10 am
movement speed
How do you change the speed that an object moves??
Jesus built us a bridge, with 2 boards and 3 nails.
- GARRAPIGNADO
- Corporal
- Posts: 49
- Joined: Mon Aug 09, 2004 5:43 pm
- Contact:
I was looking for it, and I think that this could help you:
If you have an object targetnamed "moving":
$moving time .1
where .1 is the time the object will spend to move (0.1 seconds here).
Could help.
If its a vehicle, for example, give key/value: speed 500 (for example). I dont know how fast is this.
Dont know more, jjejeje
If you have an object targetnamed "moving":
$moving time .1
where .1 is the time the object will spend to move (0.1 seconds here).
Could help.
If its a vehicle, for example, give key/value: speed 500 (for example). I dont know how fast is this.
Dont know more, jjejeje
'time' is one of the modifiers for movement.
$yourwhatever time 3
$yourwhatever damage 100
$yourwhatever moveBackward 100
// these are preparatory lines, defining movement, direction speed whatever...
$yourwhatever waitmove
time is how logn the totatl movement takes in seconds(I think)
so speed is determined by distance measured against time.
$yourwhatever time 3
$yourwhatever damage 100
$yourwhatever moveBackward 100
// these are preparatory lines, defining movement, direction speed whatever...
$yourwhatever waitmove
time is how logn the totatl movement takes in seconds(I think)
so speed is determined by distance measured against time.
When I am king, you will be first against the wall~


- MasterMind
- Major
- Posts: 316
- Joined: Thu Jul 15, 2004 12:10 am
- MasterMind
- Major
- Posts: 316
- Joined: Thu Jul 15, 2004 12:10 am
- GARRAPIGNADO
- Corporal
- Posts: 49
- Joined: Mon Aug 09, 2004 5:43 pm
- Contact:
speed time
They are interchangeable, but "speed" will not work for rotating objects.
time ( Float travel_time ) Sets the travel time in seconds.
speed ( Float speed ) Sets the speed in units per second.
time ( Float travel_time ) Sets the travel time in seconds.
speed ( Float speed ) Sets the speed in units per second.
- MasterMind
- Major
- Posts: 316
- Joined: Thu Jul 15, 2004 12:10 am

