Two-key - diagonal walk

0 favourites
From the Asset Store
Piano Keys
$3.99 USD
A musical typing game where the goal is to play a song by pressing the matching keys as fast as you can!
  • Solved!

    First, set up your character animations like this:

    <img src="http://i42.tinypic.com/zbja1.jpg" border="0" />

    0 = right

    1 = down-right

    2 = down

    3 = down-left

    4 = left

    5 = up-left

    6 = up

    7 = up-right

    You will do this for both idle and running animations, obviously.

    Then set up events like this:

    <img src="http://i44.tinypic.com/dmv4ea.jpg" border="0" />

    The first set controls your key movements. The bottom commands control the animations.

    For idle: "idle"&self.a

    For running: ceil(8*(1+Player.8Direction.MovingAngle/360)-0.5)%8

                                 and

                 "run"&self.a

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)