How can I control the player...

0 favourites
  • 5 posts
From the Asset Store
Basic Rounded Vector Geometry Player Design with Glow for 3 player games
  • Hi there!

    How can I control the player just like happens in the "Ninja Spinki Challenges" game?

    I tried several ways, but I could not solve it.

    Is it possible a solution for this in construct 2?

    Any help is always welcome :)

    Thank you.

  • From what I can see it's a simple 8-direction movement with animation change.

    See this tutorial:

    construct.net/en

  • Thank you for the link! It's very interesting, but it's not quite what I'm looking for.

    Like the game I mentioned above, the player's movement is controlled with the Touch object in any area of the game, and the player moves faster than the slide of the finger on the screen.

    Need Help :)

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You never mentioned touch, or slide, or player speed. Are we supposed to read your mind? :)

    Use "Is in touch" event and Touch.SpeedAt(0), Touch.AngleAt(0) expressions to get touch direction and speed of swipe gesture. Based on these values you can decide how to move the character.

    For more accurate swipe gesture recognition you can save initial coordinates in "On touch start" event, and then check how far the finger moved, using distance() expression.

  • Very well. I'll try to solve this with your tips.

    Thank you.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)