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

wall bounce

  1. Z

    GML How to stop object from glitching through walls

    Hello there, I have a top down game where you can move objects around by bumping on them. Now to prevent them from moving into walls or blocks I've made a Step Event This is the code // STEP // var wall = instance_place(x,y,obj_block); if wall != noone { var wd =...
  2. H

    Having problems with bouncing effect

    Hi, first time posting here. I have a problem I have been working on all day... and I can't figure out what's wrong. Simple overview on how I want it to work: (TOP/DOWN Game) I have an player object which is moved by a mouse click and release and sent in that direction where mouse released in a...
  3. E

    GameMaker [solved]Issue with wall jump

    hey guys I'm having some trouble with this wall jump mechanic, if someone can help me out i would be forever grateful. the issue is i cant seem to get the player to jump away from the wall automatically like it does in the tutorial (Shaun Spaldings Wall jump with momentum) no matter what i try...
  4. D

    Football Bullet Created in Wall and Stuck there Problem

    I am using Drag and Drop on Gamemaker Studio 2.1.0.212 I'm working on top-down shooter game where the player throws footballs at objects. Because the bullet is a football, it needs to come from the right shoulder of the player. So in the bullet Create Instance, I have: X is...
Top