[Solved]How do I make a dash that responds to collision and does not make the player fall

0 favourites
  • 5 posts
From the Asset Store
Basic Rounded Vector Geometry Player Design with Glow for 3 player games
  • I´m trying to make a dash similar to megaman x or hollow knight in Construct 3, I´m pretty new but I´ve run into multiple problems, if I rapidly change the player´s speed and for a time simulate the pressing of the last direction, it works but It does not make the player instantly move which is what I´m trying to do and wouldn´t let me air dash. So after that I tried to make a lerp that teleports the player and that works with air dashing and all but I need something that obeys collision yet meets my criteria, I´m pretty stuck. This airdash example by is very to similar to what I want it just only works in the air and if you add a solid sprite doesn´t obey colission

  • It is not that complicated if you change platform values at the right time. Try this example:

    1drv.ms/u/s!Ap_-qxoGKbDcg2m_rsA7NkfcrcJa

  • Thanks, this is what I needed, one question though, what is player.direction and why are you multiplying it by 3 to get the offset? I don´t see any info on (nameofobject).direction. other than that It´s great

  • Instead of 'left' and 'right' i like to use '-1' and '1' because you can use it in formulars. To dash to the left side, you need to set the x vector to a negativ number. Instead of using 2 events to determine the direction and then accelerating with 2500 or -2500 pixels/sec, you only need one event and calculate 2500 * 1 or -1. Same goes for overlapping at offset. When the Player is heading to the left, you need to check 3 pixels to the negativ.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks, I´m currently implementing it

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