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

get id

  1. jobjorgos

    SOLVED how to use layer_tilemap_get_id for a whole folder instead of just 1 single tileset?

    layer_tilemap_get_id(layer_get_id("Col")); works fine to find the tileset "Col". but now I moved tileset "Col" into the "Buildings" folder: How can I make the "Buildings" folder the ID so all the tilesets this folder contains will be set at the same time? Or can I only set 1 single tileset...
  2. 2

    Get id from collision_line possible?

    How do you find the id of an object on a collision_line since it goes with an if statement, and probably doesn't set variables?
Top