Jump through Ramps

0 favourites
  • 2 posts
From the Asset Store
Jump on alphabets in the proper order and reach the sun!
  • Hi

    I have a sloped jumpthrough platform which acts as a ramp between two completely flat jumpthrough platforms (see diagram below)and I'd like to make it so that when the player is already standing on a flat platform they can walk past the ramp but can still jump onto it from the bottom and go down it from the top.Is it possible to do this in Construct 2 without needing to create a custom movement?

    <img src="http://i260.photobucket.com/albums/ii35/Overking1/RampDiagram.png" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • My first thought is to have three events.

    +Player: On collision with "solid"

    +Player: Platform: is on floor

    • Ramp: set jumpthru disabled

    +Player: Platform: is jumping

    -Ramp: Set jumpthru enabled

    +Player: Platform: is falling

    -Ramp: Set jumpthru enabled

    Try that, I did a quick test of it and it seems to work, but there also seems to be some minor issues.

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