• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

vertical platform

  1. V

    SOLVED - Trouble with vertical moving platforms

    please help i don't know what to do anymore i have this vertical moving platform that works one way and should carry the player with it but i also need that any powerup item or enemy that falls on this platform gets carried too so the player can fight enemies on it while ascending the problem...
  2. X

    Legacy GM Vertical Platform / Elevator bug

    I'm having a bit of trouble with my elevator. I followed this tutorial for moving platforms but had to change some things since the elevator is a bit more complicated than an autonomously moving platform: What should happen is the speed of the elevator should be added to the player's vertical...
  3. J

    GML Player Not Staying On Top of Vertical Moving Platform When Moving Upwards

    Hello! I've been attempting to create vertically and horizontally moving platforms for the small game project I'm working on. The horizontal platforms work perfectly; however, the vertical do not. When the player jumps on to a vertically moving platform that is currently in an upwards motion...
  4. J

    Legacy GM Player Not Staying On Top of Vertical Moving Platform When Moving Upwards

    Hello! I've been attempting to create vertically and horizontally moving platforms for the small game project I'm working on. The horizontal platforms work perfectly; however, the vertical do not. When the player jumps on to a vertically moving platform that is currently in an upwards motion...
  5. M

    Legacy GM Vertical platform - working, but don't understand why?

    Hey, So this is probably quite an unusual question, but I've finally managed to get vertical platforms working! I used Zach Bell's platform engine as a guide, and have managed to amend it slightly to work in my project. The only problem is, I don't fully understand why it's working? I'm using a...
  6. M

    Vertical Platform only taking the player down not up

    In my game i have a platform that has code that move it up and down, and also with that code when the platform touches any ground object it goes in the other direction. In my players step event i have the same code for the normal ground but for the platform for parenting issues, and in my...
  7. M

    GML Vertical Platform Issues

    I'm trying to make a a vertical platform that takes the player up and down and can jump on it and i ran into the following issues: 1: When the platform is moving up and down the player is moving up and down smoothly but the platform while moving in that direction is moving up and down on its...
  8. J

    Vertical Scroll with fixed timer [Solved]

    Hey ya'll, I'm making a platformer that scrolls up and down, and I was wondering if there is an easy way to get it so that the timer at the top scrolls with the rest of the screen. Thanks in advance!
  9. S

    Legacy GM Sprite doesn't changes when a vertical platform is going up

    I have an issue with my vertical platforms... when it is going down, everything works, although when it's going up, the sprite of my character doesn't changes, so the sprite gets stucked on the last position, here's a video of what I'm talking about: Here's my animation code: if...
  10. D

    Legacy GM Basic Horizontal and Vertical Platforms using States

    GM Version: Studio Target Platform: Windows Download: see code below Links: N/A HORIZONTAL PLATFORM:
Top