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

plaftormer

  1. Dividious

    GameMaker [SOLVED]: One Way Platforms

    So after changing to a FSM to solve some other issues and getting rid of the Shaun Spalding Platform Code and replacing it. My horizontal and vertical moving platforms work, however i can't figure out how to do a One Way "passthru/jumpthru/fallthru" type platform. Currently my player object has...
  2. A

    GameMaker 2-D Platformer Jump Animation Issue

    The issue: even if I change the speed values, the jumping animation remains a constant speed. The walking animation I can control just fine. [UPDATE: AS IT TURNS OUT, THE PROBLEM IS ENTIRELY DIFFERENT] It's not that the animation frame stays a constant speed, I tested a different sprite and as...
  3. P

    Steam PHILGOOD arrives on Steam Early Access this August! - Guaranteed Brain Teaser

    I am pleased to announce that the PhilGood page is now visible on Steam! :) The game will be available in free version and early access from August 5. Gameplay: Philgood" is a new 2D adventure/puzzle game. It stages a little character stuck in a white “line” ! Why did this happen ? How...
  4. Sargonnas

    Ledge Climbing

    Struggled with this long and hard. My programming level is novice as I'm sure you'll see here. *I have oWalls (32 x 32 objects) which correctly stop movement in all directions, taken almost directly from a tutorial. *I have a toe point and a reach point which correctly determine if there is an...
  5. A

    GML Knockback Effect Help

    Hello I was working on my knockback effects in this game I am just getting the player mechanics done before adding any thing else. But I ran into a problem. The entire script will be below and the link video to give a visual to what my problem is. Now if you look at the video it looks as if...
  6. N

    Windows Need help with tile slope collison in a 2d platfromer

    Hello , am coding tile collision in my platformer and i used the tile collision code from heart beast's video and it's working fine, however i have absolutely no idea on how to do slope tile collision with that code , i have tried shaun spalding's method but it doesn't work for tiles that are...
  7. N

    GML Weird bouncing effect with tile collision

    Hi, am having a problem with tile collision and gravity in my 2d platformer i used the code from shaun spalding's video for tile collision and implemented gravity but whenever my character hits the floor, he starts bouncing non stop, it's driving me nuts, plz help. Here's the code for vertical...
  8. O

    GML Enemy Collision with weapon(SOLVED)

    Hello I'm having a problem and i cant seem to figure out why this happens. So I'm creating a plat former, the main player is called obj_madmartigan, this character can pick up weapons when he collides with them. When the weapon is picked up that weapon then becomes the weapon Madmartigan...
Top