Nov 222020
Watch the video – can you spot my mistake at the end?!
- Follow the video to create a petals procedure to shoerten your flower code [1 point]
- Create randomly placed flowers [1 point]
- repeat 50 […]
- Inside the repeat put your flower code and the following random position code
- pu setxy (-250 + random 500) (-250 + random 500) pd
- Create a flower border
- Draw a tiny flower
- Add some code to move to the right
- Move to the top left corner pu setxy -220 220 pd the repeat flowers and move code
- Use colour list to draw randomly coloured flowers
- make “cols [“gold, “blue, “red, “white, “purple]
- colour item random 5 of :cols
Skills
- Random
- repeat
- nested repeats
- lists
- make “colours [“blue, “green, “red]
- item 3 of :colours