8S3 – Period 2: Tuesday 10th February

Activity 1 – Creating your van Doesburg style artwork

Using your design, can you use scratch to write a program which will draw your artwork? Your artwork should be drawn when the green flag is clicked.

Try to create your program by drawing distinct shapes rather than one continuous shape.

Breaking down your program into smaller subroutines

See if you can split your program into its separate shapes. On each shape block put the command “When I receive” and set the message to the name of that shape (Shape1, Shape2 etc.)

You can then create a “When green flag clicked’ block and underneath use the broadcast and wait command to draw each shape in order.

Leave a comment