Whenever I apply force (multiple times 2/3 fast click) towards one of the corners of the screen the ball keeps getting out of the layout even though it has a solid in its way.
I have 3 walls (left, right, up) and I am trying to make the ball bounce off when in collision with them.
+ Touch: On tap gesture
-> player: Apply Physics impulse 200 at angle angle(Touch.X,Touch.Y,player.X,player.Y) at image point 0
+ player: On collision with Sprite
-> player: Set Bullet Enabled
-> player: Bounce Bullet off Sprite
-> System: Wait 0.00001 seconds
-> player: Set Bullet Disabled