Movement of Ball

When I was playing my game Bouncyball - Single player, I myself faced an issue that the ball just started moving horizontally or vertically, rather than bouncing at an angle between the player and AI. Can anyone tell how could I resolve this issue, as it brings an end to the game without any side winning

4 Likes

Hi @samsajwani1234, I had the same problem when I built the Pong game from the Ready tutorial. One solution is to simply add a draggable object to your game that can be used to bump the ball and dislodge it from its steady state loop.

4 Likes

Thanks very much @auntiel

3 Likes