Objective: Fix the bugs in the provided Scratch codes and explain the solutions. Challenge 1: The Stuck Sprite Problem: The sprite moves only once when you press a key. Fix It! Why does the sprite move only once? How can we make it move continuously? Write the corrected code below: Challenge 2: The Wall Jumper Problem: The sprite can move through walls. Fix It! What happens when the sprite touches a wall? What blocks can we use to prevent movement through walls? 3. The Never-Ending Game (Winning Condition Issue) Problem: The game does not stop when the player reaches the finish line. Why does the game keep running even after winning? What block can we use to stop the game after the player wins?