platformer

  1. 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...
  2. T

    Unable to find any instance for object index

    When my player dies this error shows up: Unable to find any instance for object index '3' name 'PlayerObj' at gml_Object_ShootingObj_Step_0 (line 2) - var pd = point_direction(x, y, PlayerObj.x, PlayerObj.y); I keep trying to fix it but it still does not work.
  3. S

    GameMaker Vertical moving platform not working properly when platform is going down.

    Hey all, I'm making a simple platformer and I cannot figure out how to get vertical moving platforms to work. I've tried a lot of things, and the closest I've gotten is with the following code, which does work when moving up. I disable gravity when on the platform and use a separate variable...
  4. C

    One way platforms not working in multiplayer games.

    Hi! I'm developing a multiplayer game, I've seen all posts and tutorials about this on youtube and none seem to work. Most are made for single player games and the very few and between thought out for multiplayer games are not working correctly. My player reacts to the one way platforms on the...
  5. Yethwhinger

    Opera GX Short Single-Screen Rebirth Upgrades Action Platformer

    The Game: Felinecrella & Whitreth The Story: Play as Felinecrella as she hunts down the evil necromancer Whitreth who stole her magical fish. Recover the fish and use them to upgrade your heroine's powers each time she is reborn into one of her nine lives. Gameplay: Use a keyboard or a gamepad...
  6. GrayUser111

    Problem With Jumping Animation

    I made a jumping animation sprite and I want to make it apply when the player presses the space button but Idk how! so please help me. I have 2 events for the player here it is: Create: grv = 0.2; hsp = 0; vsp = 0; hspWalk = 3.5 vspJump = -6; canJump = 0; Step: var _keyRight =...
  7. cobycuz

    SOLVED Setting specific loot drop objects to specific enemies

    I currently have a side scrolling platformer, where I only have one enemy type and would like to be able to set the drops of the enemys in a room manually. There aren’t many enemies, maximum will be maybe 4-5 in a room. Currently I only have 2 enemies in my room, and have set that if...
  8. Makoto2007

    3D Help making Mario 64 like movement in a 3d top down environment

    Hello, so I was wondering if I could receive help in making a Mario 64 movement in a 3d environment. I've been struggling in making this and for some reason I haven't been able to apply it in a correct manner. The code that I've been using is based off a tutorial on making a 3d top down...
  9. S

    Super Freaks 1 Ultimate Edition

    DEMO 1 DOWNLOAD LINK: https://superfreaksdev.itch.io/super-freaks-1-ultimate-edition Super Freaks 1 Ultimate Edition is a full remake of my first platformer from 2006. It combines many elements from classic and modern games to make a new platformer experience that doesn't quite feel like...
  10. Leif

    Android Cutlass and Coins [ 2D, pixel platformer ]

    Well, it's about pirates, treasure hunting , finding hidden chests and saving brave sailors in trouble ) Оverall development process: Game design: 100% Platformer engine: 100% Act 1: 100% -level design: 10/10 -level art: 100% -levels completed, including treasure rooms: 10/10 -boss: 100%...
  11. Sargonnas

    GameMaker Parallax BG scaling for Derelict Star

    I need some help. My brain is done, I have tried fixing this for months. I've gone back to it over and over, but I can't find a solution on my own or in the forums. My parallax backgrounds work OK as long as I don't mess with scaling, but when I do the scaling seems to originate from the point...
  12. A

    SOLVED Inconsitent One Way Platform Behaviour

    Hi all, I'm making a platformer with one way platforms. What I have nearly works except when I land on top of the platform 50% of the time I fall through rather than stop. The below code is running in my player characters step event, my player is solid and its collision mask is set to rectangle...
  13. Joe Ellis

    Eggman

    After years of making a 3d engine for gamemaker, I finally decided to go back to the roots and make a standard 2d game. --DISCLAIMER- Game idea has changed somewhat since this first post, so take everything here with a historical\documentational pinch of salt-- It's gonna be like a typical...
  14. M

    GML Visual Character gets stuck on wall while moving right.

    So I'm trying to make wall that will stop that will make the player stop but holding right on the wall while moving just get's you stuck. Here's what I mean also here's the "code" for right key down and for the player colliding with the wall sorry this is messy I'm not used to forums lol.
  15. R

    GameMaker error when trying to apply gravity to the object: o_game

    as you can see i get this problem when i try to get a value for the gravity. I did it how this tutorial said to do it but it still gives me the report. i know this is probably a problem with how the new version works but i dont know how to fix it. i can provide screen shots of my code if needed.
  16. Eleferrets

    Free Freedom - Minimalist 2D Platformer

    Freedom is finally released! Available for Windows, Mac, Linux (and Raspberry Pi), and Opera GX! Controller is also supported, and there are custom key bindings for playing on a keyboard! Loosely based during the 1860s, set in a somewhat colorful world gripped by a struggle between two...
  17. Leohpaz

    Asset - Audio 90 Player Movement SFX pack

    I just released 90 Player Movement SFX asset pack! 90 original and hand-crafted sound effects inspired by the classics of RPG and Platformers to give your game the perfect retro-aesthetic for only $1,99. Not ready to make the investment yet? This pack comes with 12 FREE TO USE samples! Click...
  18. Liam Earles

    Android Now available on Android! - Smash Ringtail Cat: The Ultimate Glitch Annihilator (2021)

    Hey guys! I recently ported my recent game to android devices*, come check it out whenever you get the chance! *Only available on Game Jolt and itch.io! Google Play release TBA. Game Description Don't play around with the glitches, be the ultimate glitch annihilator! Smash Ringtail Cat: The...
  19. Chris G.

    Alpha Sinfulpath | a platformer,souls-like in a steampunk universe.

    Hello there, here is my project that I'm working on for a while. The game will be a platformer, souls-like with a steampunk theme. I started this project in 2020 as my dream game that I've always wanted to make, here you can find updates and progress about what I do. Summary of the story...
  20. TheOnlyWRT

    Issues with platformer collisions on tile map layer

    Hi all, I generally use objects for collisions as they never fail, but my current project will have very large rooms and so I'm thinking that tile collisions will be a lot faster. So, I did some googling and found the tutorial by Pixelated Pope with his tile_meeting script. I tried using that...
Top