Why do my games "Crash" and not run anymore

I am building in block code, about 7000 lines in python and while I am coding with blocks my page refreshes and all my tile assets are labeled as a number Example "On player overlaps on tile12 instead of the image. My simulator runs but the tile map will not show and the sprites. But sometimes they will appear usually not the players who you control. Why is this happening?

3 Likes

I have experienced this problem too, when you code something and it doesn’t show up in your project. I don’t really know why this happens, but there is a simple (and tedious) way of fixing this. Just get the share link for your game and play it. The changes should show up.

2 Likes

Well it’s not that. my code is still there.

Yeah, i’m saying the code is still there but what you coded doesn’t show up in the simulator. Sorry I should’ve specified that.

Well some code works. here is a link to one of the games that this has happened to https://arcade.makecode.com/S60101-94760-37898-23787

I’ll go take a look at it.