Glitches

Hello everyone,
My student has been working on his arcade game for a while and last week it was working…he made some changes and now it glitches out. Any suggestions?
Thank you so much for your help,
Ms. G

1 Like

Hi!

The problem is with this chunk of code:

The pause(24000) is causing the game to stop all foreground actions which is why you can’t use the buttons or see any of the enemies or things like that spawning as expected. If you remove line 130 here, the program should run great!

Here’s the project running with the suggested fix: https://makecode.com/_D28b1EKLphpc

2 Likes