Instructions in the comments: See inside to try it! Build a simple platform game where a hippo must reach a spaceship to get home. You should already know how to: -copy scripts between sprites by dragging and dropping -duplicate sections of script -use a "point in direction" block -create a variable You will learn how to: -create smooth movement using horizontal and vertical velocity scripts -decide how strong "gravity" will be in your environment -decide how much drag/resistance to horizontal movement will be in your environment -create a "fade out" effect