Click on the insects to feed the frog. If an insect reaches the frog without being eaten you lose a point. Don't eat the hippo or the game will end. Don't eat an insect whilst the crab is on the screen or you'll lose 5 points. (You won't lose any points for missing an insect whilst the crab is on the screen). Reach 15 points to complete the game. Once you've read the instructions in the game click the frog to begin.
The game is much easier to play in full screen mode. How I made the game! Once you click the frog he randomly broadcasts a number from 1 to 6. Each insect (and the flying hippo) corresponds to one of the numbers and will move across the screen from 1 randomly chosen point to another. On it's own an insect will move across the screen and when it reaches the frog you lose a point. If you click on the insect you gain a point and the insect will hide an go back to the start. The tongue was more difficult. When you click on an insect it broadcasts a message which tells the tongue to the insect. The tongue is just a pink dot which draws a line to where the insect is. Finally I made the crab. This was the hardest part because I wanted it to hold your tongue for 5 seconds when you clicked on an insect and it was on the screen. First I made a 'crab' variable which changes from 0 to 1 when the crab is on. This makes the insects broadcast a message, to hold the tongue, only when the crab is there. It also stops you from losing points for missing insects when the crab is on the screen. Then I made a 'seconds held' variable to increase by 5 when 5 seconds - so the tongue can move after the correct amount of time.