• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Discussion Question: Way to Move Entire Tile Layer?

Is there still a way to shift the whole tile layer's position at once any more, like tile_layer_shift(depth,x,y) used to do? Basically for a non-repetitive auto scrolling layer.
 

MilesThatch

Member
Yeah I know,, I know. I posted posted something here and realized it was the wrong thread and couldn't delete the post so I just edited it...
 

Mike

nobody important
GMC Elder
You can either loop through all the tiles or just change the layer position of them - which is as fast as you'd get, and also means you're not actually moving anything.
 
Top