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?
To remix this project and add a score variable, first I cliked on the green flag to see the game in action. Next, I went to see the scripts of every sprite in the game. Then in the "Data" area, I went to make a variable and named it "Score". I also read the little fish scripts and in the "if...then" statement were they touch the big fish, I added "change score by 1. Now every time the big fish eats a little one the score starts to add points. And in the main script, I also added "set score to 0" so every time the game starts the Score variable initiates.