How to Hop through an object and then land on it?

hzappshzapps Member, PRO Posts: 173

In many games an actor jumps up onto an object (Like a tree limb). When they jump they appear to overlap it while rising and then land on it. How do we do that in Gamesalad?

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    It has to do with checking the Y velocity of the actor. You can probably find explanations and demos if you Google platformer gamesalad or vertical jump gamesalad.

  • ArmellineArmelline Member, PRO Posts: 5,397

    I made a demo of how to do this a few years ago. I assumed I'd used the method @tatiang mentioned, but apparently I didn't. Not sure if I tested both and found mine better, or if I just didn't think of @tatiang's method at the time. I suspect the latter, as it's how I'd have done it now. Here's my old method, anyway.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    I like that method, @Armelline. :sunglasses:

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    Got another demo here if you need it:

Sign In or Register to comment.