On Start Button my car is moving. Now suppose for 2 or 3 seconds its not moving that time I want to autometically blast that car. How to do that? Please help me out.
on start button my car is moving and suppose 2 or 3 seconds its not moving means car x and y position not changing for few seconds that time I want to destory the car. What to do for that?
Comments
When:
....self.motion.linear velocity.X < 3
....self.motion.linear velocity.Y < 3
........Timer: After 2 seconds
............When:
................self.motion.linear vlelocity.X < 3
................self.motion.linear velocity.Y < 3
....................BANG!