Now that you have a function to draw your creature, we can do more fun things.
In your draw function, draw 3 copies of your creature using your draw function and make each one move differently around the screen. One could move left and right. One could move up and down. One could do something different. However, as they move, they need to stay on screen. They can’t just slide off to the right and go forever.
Name your sketch: BouncingCreatures
Go Back to Moving Shapes 2