How Can I Make This Run Faster?

So I've been using snap for a while in a coding class, and we've gotten to our 3rd project where we make a platformer for Mario. I had already tried to make a 1-1 remake and the game was unplayable when I ran it. Instead, I opted for a 3 level game with goombas to bounce on and a pipe to go in. I am just now finishing up, and I want to know if there's any way for me to get the game running faster.

Turbo mode didn't help that much and I'm also wondering if there's a way to improve my gravity mechanics.

Any help is greatly appreciated.

Thanks

one thing that helps is to remove a lot of the forever loops. Combine them into a few forever loops, and it'll most likely run a bit faster. Also, it seems to be running pretty fast already.

If I run it on a chromebook it kinda slow but thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.