Animated map
-
Fuze crashes when I try to add a animated tile to my game
-
I'm working on a game with a map right now so it was easy for me to try this out and it worked for me, the tile animates.
I wonder why it's crashing for you.all I did was this
1: load map editor
2: pick my tiles
3: pressed 'x' and selected the tiles to animate
4: pressed + and set animation speed
5: stamped them down and added the line 'updatemap()' to my code.at which point is it crashing and have you tried using other images?
-
iv noticed if you have blank tiles in between drawn tiles in self made sprite sheets this causes a crash, maybe that's the culprit? as normally it works for me also.
-
@SteveZX81 on step 4. I’ll try it with different tiles and see if I can get anything to work maybe even a completely different sprite sheet. I’ll let y’all know what happens when I get the chance