You are on page 1of 22

WWW.MISSVIDLER.CO.

UK
Art

SCRATCH
ART
WWW.MISSVIDLER.CO.UK
WHAT IS THIS BLOCK?

This is an ‘Event’ block, called a count


controlled loop.

It allows us to easily repeat the code


inside, making our program shorter and
simpler. We are going to be playing
around with this block today!
WWW.MISSVIDLER.CO.UK
DRAWING ON SCRATCH!

WWW.MISSVIDLER.CO.UK
DRAWING ON SCRATCH!

What blocks would we need at


the start of our program to
draw?

WWW.MISSVIDLER.CO.UK
SPIROGRAPHS: USING REPEATS
How might
we make
this?

Can anyone
spot any
patterns?
WWW.MISSVIDLER.CO.UK
This code is based on an 8
sided shape (remember what
we learned about using
repeats to make shapes last
lesson!).

Can you spot the octogons?

WWW.MISSVIDLER.CO.UK
We then use a nested loop to
repeat the octogon 12 times.

This code after our octogon,


tells our program to change
pen colour and turn 30
degrees. Why do you think
we need the turn?

WWW.MISSVIDLER.CO.UK
What does this piece of code
do?

WWW.MISSVIDLER.CO.UK
Can you modify this code to
create similar patterns using
different shapes?

HINT:
A circle = 360 degrees
So 360 divided by the number of
sides = angle

Triangle = 3 sides
So 360 divided by 3 = 120 for
degrees
WWW.MISSVIDLER.CO.UK

https://scratch.mit.edu/projects/483944255
STAMPING CREATIONS:
CHANGING SIZE

How might
we make
patterns like
this?

WWW.MISSVIDLER.CO.UK
This time we are using the
stamp tool.

We are repeating this code


100 times! What is going to
happen to the size each
time?

WWW.MISSVIDLER.CO.UK
Why do you think I have
programmed this for the
Green Flag event?

WWW.MISSVIDLER.CO.UK
Explore creating your own
dots piece of art.

What happens if you


change the set size to?

What happens if you


change the count
controlled loop?

WWW.MISSVIDLER.CO.UK
https://scratch.mit.edu/projects/483957475/
RANDOM DOTS: RANDOM POSITION

How might we
make patterns
like this?

WWW.MISSVIDLER.CO.UK
Using a similar code from
last time, we are adding in
this block.

What will this do?

WWW.MISSVIDLER.CO.UK
Using the paint option, can you apply
the code to create some artwork like
this?

WWW.MISSVIDLER.CO.UK
https://scratch.mit.edu/projects/483959963
Explore creating your own
dots piece of art.

What happens if you


change the set size to?

What happens if you


change the count
controlled loop?

WWW.MISSVIDLER.CO.UK
RAINBOW WHEEL

How might
we make
patterns like
this?

WWW.MISSVIDLER.CO.UK
Using Random
numbers

WWW.MISSVIDLER.CO.UK
 RANGOLI INSPIRED SYMMETRY

How might
we make
patterns like
this?

WWW.MISSVIDLER.CO.UK
Using Inputs of arrow
keys

WWW.MISSVIDLER.CO.UK

You might also like