Help me plz

Every time I want to share one of my games, it says “Error, make sure you are connected to the internet.”
But then I go to one of my older games, and when I press share, it works like normal.
i think it has to do with how much animations are in my game, because there is a lot in the one I’m trying to post. This game had this problem: https://makecode.com/_0HvMXiDomAoE in order to see the game, beware it’s pretty weird, you have to edit the code and put the code in “on start”. You have to do that because when I try to post it, the error happens, but when I take the code out, I can share it. plz help me

2 Likes

Yes, this happens to me, and it often happens to big-scale projects. When having to much, the code may get and error that prevents it from being shortened to a URL, or a link. This was why EvoCats was heavily delayed, and why it still is, so far, there are ways to shorten your code, like image packs or converting code to functions. I’d recommend asking @richard or @NotRichard for more information.

1 Like

@TeddyB I’m pretty sure your project is too big. large full screen animations like this tend to really blow up the project size.

2 Likes

thanks, I’ll try and fix it