Create a composition that has two animated shapes, one moving vertically, and one moving horizontally. When any of the objects move off the screen, move it back to the other side (bonus: try to think about how to make the objects go the other direction when it hits the edge).
Create a composition with a rect and one other shape (e.g. a circle). When you click on that rect, make the other shape alternate between two different things.
For example: a rect and circle is on the screen. The first time you click the rect, the circle turns into a triangle, the second time you click the rect, it turns back to a circle, the third time: a triangle, etc...
Create a drawing tool. Here is a very basic one. If you want to make continuous line, look at this example and get rid of the background. Try to make something expressive that allows the user to make something that looks unique and distinctive. Use conditional statements to provide at least two (ideally more) different "modes of drawing." For example, you could allow the user to choose between different pen types. One of your modes should use the random() function in some way. See the following projects for inspiration.
To hand in your work get the URL from the editor and link to it from your index.html page. To receive credit, it must be uploaded by class on the date specified. Label it clearly. Here is help if you need it.
Projects will be graded on both creativity and implementation.