Hello
I've just come to add some cars in on my map that drive around. When the player gets close they need to stop and have collisions between the player. Any ideas on how to approach this?
I have a .3ds file that animates the car correctly. So at the moment it drives up and down the road.
I get the distance between the car and the player and if it's less than a threshold it has to pause the animation. I tried Animate with a value of 0 but that resets the anim back to the start.
The easiest way would be to just have an AnimSetSpeed so I can set it to zero and then set it back when i want the car to carry on.
Any suggestions?
I've just come to add some cars in on my map that drive around. When the player gets close they need to stop and have collisions between the player. Any ideas on how to approach this?
I have a .3ds file that animates the car correctly. So at the moment it drives up and down the road.
I get the distance between the car and the player and if it's less than a threshold it has to pause the animation. I tried Animate with a value of 0 but that resets the anim back to the start.
The easiest way would be to just have an AnimSetSpeed so I can set it to zero and then set it back when i want the car to carry on.
Any suggestions?