Setting Position to Physics Object in Pong Game
I originally created a Pong game in Clickteam Fusion with a ball that has a Bouncing Ball movement. When the ball drops off the screen, I used a "set position" command to bring it back to the middle of the frame. However, I want to make the ball rotate so I changed the movement to Physics Bouncing Ball. The problem is the ball doesn't respawn now when it leaves the screen. It just stays off the screen permanently. How do I get the ball to come back like it did before?