Use the arrow keys to move the mouse. Avoid the cat and aim for a cloud high score! All code by me. Sprites from the Scratch Library. If you're wondering why the mouse can't go to the edges of the stage, it's because I discovered that you could cheese the game by going in the top right corner. An update released on June 9, 2024, speeding up the cat. It also sped up the player so it would be possible. Oh, and this project used 2 hacked blocks: "When this sprite touches ___" block: This block works exactly how it sounds. It triggers when the sprite touches the sprite in the dropdown. "While ___" block: Basically just a "repeat until not ___" block without the delay. Good alternative for block conservation, I guess. Anyway, tags: game, cat, mouse, rubberbanding, hacked blocks, hacked block pack, block pack, cloud high score system, while, when this sprite touches, chameleongameryt, simple