How do you create animations for tilemaps?
1 Like
You can’t animate non-sprites, but if you could change the tiles in a tilemap after a set portion of time creating an animation. I can show an example, ive used it in lava/water animaitons before!
TilesXtra - new extension with animated tiles - Arcade - Microsoft MakeCode
Take a look here. It’s a really neat extension.
2 Likes
I tried the TilesXtra, but my game is really weird.
Can someone debug the code?
What’s wrong?
1 Like
When I finish a level, the lava tilemaps don’t disappear and are shown in the next level.
How can I delete the animations when a level is finished?