This Maze game is broken! There are 6 errors in the code. Try and fix the code for this game without adding any new Blocks or deleting Blocks. You may move and edit Blocks that are already there. There is code in the background as well as the ball Sprite. How the game should work: * Arrow keys move the red ball * You start over if you touch the color black * When you touch the ending flag, the background flashes many colors then resets.
Hints: 1) Which way is up? Positive Y or negative Y? 2) All If statements are lined up… except for one. 3) Is that the flag’s color? 4) If I want the ending flag to communicate with the background, where should the broadcast Block go? 5) Something is detached! 6) That’s not the right effect...