There might be bugs in this game so why is it frizing

there’s some thing I need help with my sprite wont move at the end https://arcade.makecode.com/S04386-00631-01109-67295

1 Like

These blocks happen every single frame, which is creating hundreds of sprites and lagging the game. The player movement is choppy because the frame-rate is 2. I would make a variable to check if this has already happened, so that it can’t happen every frame.

3 Likes