tile based movement

  1. Wile94

    Tiles + Physics interaction

    Nevermind, found the solution.
  2. 31Nf4ChZ4H73N

    Platformer - TileMap Collision Bugs

    Hey I am working on a Platformer Game and I have implemented GM Wolfs tutorial The first bug I ran into was that my player object which executed the code below in its Step event always got stucked and could not move. I though that this might be an mask related issue so I fixed this by...
  3. Slyddar

    Asset - Project Tile Based Moving Platform Engine

    Tile Based Moving Platform Engine This tile based platform engine uses efficient tiles for instance collisions, as well as incorporating those efficiencies into horizontal and vertical tile layer moving platforms. Some of the features of the engine : Tile Based Collisions : Tiles offer the...
  4. S

    GameMaker [SOLVED] Tile Collision system snaps x to a grid when jump button is pressed

    Hi there! recently I picked up an old project (a remake of the old platformer game called Crystal Caves) and started changing over all object based collision to a tile based collision system. my starting point was Shaun Spaldings tutorial and the YoYo games platformer tutorial. the problem...
  5. D

    Tile based movement

    Hi guys, I'm trying to set up a tile based game similar to pokemon mystery dungeon. I've set up the movement so that when you press W,A,S,D the character jumps to the next tile but I want to set it up so that when I press to go in a direction the sprite first turns to face that way before...
Top