I’m working on something in which I have a sensor. When a “ball” moves over the sensor, the ball’s position is moved to someplace else on the board, but keeping the same velocity and direction.
The problem is that the sensor doesn’t react quickly enough. For example, if positioned against a wall on the left side of the screen, if the ball is moving left when it hits the sensor, it should continue moving left after the position change. However, what happens is that the ball moves over the sensor, hits the wall, begins moving, say, right, and that direction is transferred when the ball’s position is changed.
The ball and sensors are set with .isBullet = true, the sensors are set with .isSleepingAllowed = false.
This is all in the simulator, by the way.
Is there anything I can do to speed up the sensor recognition?
Thanks,
Sean. [import]uid: 4993 topic_id: 7564 reply_id: 307564[/import]