Moving Sprites at Random Page 1 Moving Sprites at Random Page 2: Part 1 of assignment Page 3: Instructions for Part 2 of assignment Page 4: Put pictures here Page 5: Code to copy and paste
Paste (ctlr v) 5 screenshots below of 5 different sprites. Page 2
Page 3 Instructions Draw a scene with grass and a tree (look at the last page to copy and paste the code for the scene). Put a Mouse Sprite on the grass at any “x location” of your choice. Put a Bee Sprite in the sky at any “y location” of your choice. Take a screenshot and put it on the PowerPoint slide. 5. Repeat 5 times so that you have the same picture with the Bee and Mouse Sprites at different locations in each picture.
Paste (ctlr v) your 5 screenshots below Page 4
Copy and Paste this Page 5 // Draw Background background("blue"); fill("green"); noStroke(); rect(0, 350, 400, 50); fill("brown"); rect(50, 200, 50, 150) ; ellipse(75, 200, 150, 150);