MP607's Forum Posts

  • 2 posts
  • I am making a game that has a restart button that resets everything back to what is was before the game started (except the high score). When I press this reset button, I want this sequence of events to reset as well, but how?

    drive.google.com/file/d/0B1U7Kh ... sp=sharing

    Thanks in advance

  • 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 a juggling game for iPhone where you have to juggle a tennis ball

    clockwise around a center point without touching it, or the outside edges of the screen.

    When I was playing around with the physics, I did this:

    If Touch is touching TennisBall, Apply Impulse 10 toward (Touch.X, Touch.Y) at image point 0.

    This got me the throwing I wanted, but there are 2 problems:

    • When the touch is held, the tennis ball goes crazy.
    • Even the tiniest swipe makes the ball go flying.

    ------------------------------------------------------------

    How do I make it so the ball stays still when touch is held,

    and make it so a bigger swipe can be used with the same acceleration?

  • 2 posts