Instructions in the comments: See inside to try it! Build a simple game where a mouse-controlled submarine collects animals for an aquarium. You should already know how to: -copy scripts between sprites by dragging and dropping -create a new sprite -keep score using a variable You will learn how to: -make a sprite follow the mouse pointer -use the "pick random" operator to make sprites appear at random locations on the screen -"collect" items by making them disappear when they are touched -use sound effects -make several things happen when you win (i.e. reach a certain score)