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?
It was easy enough to use "Make a Variable" to set up the Score variable and add a "change Score by 1" command after the big fish received the "got-me" broadcast. But I almost forgot to add a "set Score to 0" command under "when [green flag] clicked", so the score will reset whenever a new game is started.