Each sprite in this project has codes that are not efficient. Your job will be to re-write the codes with loops to make them more efficient, but still behave in the same way. Open the project and click Remix. Choose the sprite you want to fix the code for by clicking on that sprite in the Sprites area. Look at the long code under "when this sprite clicked.” Do NOT delete it. Use the "When [#] key pressed" block to rewrite the same behavior using repeat loops to make it more efficient. Make sure: - Your new version does the same thing as the original code. - You utilized loops to make the code shorter and more efficient. Test: Click the sprite → old version runs Click the GREEN FLAG to reset the sprite back to it's starting position Press # → your improved version runs You need to complete at least 5 sprites. Additional sprites can be completed for extra learning! When you are finished, don't forget to share your remixed project link in Google Classroom.