Guide the big fish with your mouse to eat the little fish. See how many little fish you can catch! Remix notes: How can you keep score of how may little fish are captured?
I added a countdown timer to make the game last for 60 seconds, and gave one point for each fish caught. I also added a global High Score Variable stored in the cloud. That means that you can compete against other scratchers for world bragging rights. I added a Start Game broadcast for the purple fish because for some reason I had to press the green flag twice to get them to move and react with the yellow fish. It didn't do that in the sample code, so I think it was something to do with my timer code or my if-then-else blocks.