Sute's Forum Posts

  • 2 posts
  • 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

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I'm trying to make something similar to Facebook's football game.

    How can I get the angle between the ball and touch so that I can apply a force to the opposite side of that angle; or am I going about it the wrong way?

    goo.gl/T2E1X6

  • 2 posts