I recently published a new game. It runs with zero lag on my computer, but when I play it on the website, it is extremely laggy.
https://greenfoot.org/scenarios/30194
I recently published a new game. It runs with zero lag on my computer, but when I play it on the website, it is extremely laggy.
https://greenfoot.org/scenarios/30194
One can only take a random guess. Without access to the code, it would be almost impossible to even make a fair guess as to why it lags on the site.
Excuse me, were you able to find out the source of th lag?
It may be that all the songs being loaded at one time is slowing things down a bit. Try using the String names of the songs in your code and load one at a time as needed, letting the previous one be dismissed (no references to it remain).