i made an amphibia fan game called amphibia adventure! here it is
This is really cool! Amphibia was my favorite show growing up, and I’m glad to see other people on the forums enjoy it as well.
In terms of the code, there could be a few improvements. A lot of the On Game Update checks could be called on loading a level, as those things do not change mid-level, and that would make the game a lot less laggy. I also saw that whenever you get hit it uses the Pause block. This is not the block you want because it just lags the game. I would recommend replacing it with the For (text) Once Every (number) Ms block which you can find in the Timers extension.
It looks like your in a great stage in your game development journey. To improve, I recommend watching some of the Arcade Advanced Livestreams that are posted on Youtube and trying to copy what they do. That’s what I did at your stage, and I believe it helped me a lot.
Also, when sharing a game it is better to use a share link, which you can get by clicking the three connected dots in the top right of the editor.
