• 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!

elevator

  1. K

    SOLVED How to create a platform that will move the player?

    Hello, everyone! I'm a beginner in programming, and I have a problem. I want to create a platform that will move upward, for example, by 100 pixels, then descend back down. Also, before starting the movement, it should pause for 2 seconds. The problem is that I can't figure out how to write a...
  2. Plubu

    SOLVED How to make the player go up with a moving platform while standing on a non-moving platform?

    Hello everyone, I want to make the player go up with a moving platform while standing on a non-moving platform, I hope this masterpiece of my art explains it well. The moving platformer and the normal platformer are two different objects, and the moving platformer isn't the child of the...
  3. D

    (Solved) Trying to get elevator doors to open and close properly

    Sorry if this is a really stupid question with a simple response, but I can't figure this one out. I have three objects; Elevator button, elevator open, and elevator close. Here is the code for the Elevator Button (step event) if (place_meeting(x, y, obj_player_1)) &&...
  4. X

    GameMaker [SOLVED] pixel-perfect elevator

    Hi, thank you for taking some time to look at my thread. I'm making a 2D platformer and am having a problem which, as narrowly as I can identify, is related to my vertical collisions. The problem, I think, is this: When I have my character use a vertical (player-controlled) elevator, the...
  5. B

    GML I Couldn't Make Vertical Elevator

    Hi everyone, I started make a game about 2 weeks ago. I'm beginner in Game Maker. So, I will need a lot of help. Anyway, I want make a vertical elevator. But I failed. I watched some videos about elevator but I couldn't find any idea. Actually, I made elevator moving to up and down but I want...
  6. 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...
  7. H

    Legacy GM Trying to make a lift, but I have no idea how

    Hello! I am currently trying to make a working lift in my 2D platformer. I have collision working just fine for my player, but the problem is that whenever I step onto one of the vertical lifts the character "bounces" up and down when the lift goes downwards, and the player falls through the...
  8. X

    Legacy GM [SOLVED] Elevator bug

    I'm trying to make an elevator that moves to a floor upon being prompted by a menu. I've gone over the code several times but can't find any typos so I must be missing something else. What has me stumped is that the elevator works flawlessly between floors 1 and 2. It's only when I tell the...
Top