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

GameMaker [SOLVED] Tile Animation Frame?

Neptune

Member
I'm rendering some animated tiles from another room to a surface, and I'm wondering if I can also get the current frame of their animation?
I'm not sure how the built-in tile animation actually works, or if that value can even be retrieved from another room xD

Alternatively, I can animate them myself when they're drawn, but I'd prefer to use the built-in way if possible :)

Any info is appreciated!
 
T

ThePropagation

Guest
Why does it have to be from another room? You can use tilemap_get_frame to get what animation you want I believe
 

Neptune

Member
Ah great, thanks! I have a world map room, and I'd like the player to be able to view the stuff mapped in there at any time -- from any room.
 
Top