Module 1: Investigation 2 Repeating and Alternating Patterns

Slides:



Advertisements
Similar presentations
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Advertisements

How to make an educational Snakes and Ladders game in Scratch
Racing Car Game Using the keys to control a sprite.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Section 3 Calculations National 4/5 Scratch Course.
Using MIT Scratch for Programming and Control Exercise 3 Ball Game Year 9 ICT Autumn Term 2007.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
Scratch Programming Lesson 2 First glance to programming logic.
1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Image #1 Getting Started
1 Project designed and created by M. Shajith Kumar.
24 Background Building 25 Computing Terminology, and Speed/Velocity Module 4 Notes: Sensing, Or Operator, Conditional Logic 28 Module 4 Algorithms,
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
Unit 6 Motion – Air Hockey Evangel College S.2 ICT.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Drawing in Scratch We will be using the Scratch Environment today, so please log in to the Scratch website (scratch.mit.edu)
© it’sLearning 365 Limited | Screen 1 FLASH enabled How to use me : Teachers Notes Useful Web Link Ne xt Pa ge Ne xt Pa ge Navigate.
Using MIT Scratch for Programming and Control Programming 9.
Scratch Programming Cards
Module 1: Investigation 1 Moving, Turning and Stamping
Module 2: Investigation 2
Module 2: Investigation 4
Exploring Mathematical Relationships Module 5: Investigation 1
Broadcasting (Adding a new level)
Module 2: Investigation 3
UCL ScratchMaths Curriculum
Scratch for Interactivity
Interacting Sprites Module 3: Investigation 1
Exploring Mathematical Relationships Module 5: Investigation 3
Co-ordinates And Geometry Module 6: Investigation 2
Building with Numbers Module 4: Investigation 3
© A+ Computer Science -
Module 2: Investigation 1
Building with Numbers Module 4: Investigation 2 Timers and Stopwatches
Coordinates And Geometry Module 6: Investigation 1
Exploring Mathematical Relationships Module 5: Investigation 2
Interacting Sprites Module 3: Investigation 4
Module 1: Investigation 4 Defining your own Pattern Blocks
Module 1: Investigation 3 Creating Circular Rose Patterns
Interacting Sprites Module 3: Investigation 3 Broadcasting Messages
Scratch – Simple Programming
Scratch for Interactivity
00:49.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Patterns and Algebraic rules
Getting Started with Scratch
Scratch – Simple Programming
Module 2 Lesson 3 Over and Over Again
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Lesson Objectives To understand how to make sprites interact
Using the sensor Lesson 5.
Go to =>
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Introduction to Snap Programming
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Getting Started with Scratch
Using the sensor Lesson 5.
Module 2 Lesson 3 Over and Over Again
Module 2 Lesson 3 Over and Over Again
Creating a Simple Game in Scratch
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
Scratch – Simple Programming
Presentation transcript:

Module 1: Investigation 2 Repeating and Alternating Patterns Tiling Patterns Module 1: Investigation 2 Repeating and Alternating Patterns

Repeating Flowers Activity 1.2.1 Module 1: Investigation 2 Activity 1.2.1 – Repeating Flowers Activity 1.2.1 Repeating Flowers

Open project 1-Tile Repeat, save as a copy and rename. Module 1: Investigation 2 Activity 1.2.1 – Repeating Flowers Open project 1-Tile Repeat, save as a copy and rename. Click on the move-turn-stamp script again and again… What was the minimum number of clicks you needed to complete the pattern?

Module 1: Investigation 2 Activity 1.2.1 – Repeating Flowers Add the repeat block to your script. Fill in the minimum number of repeats needed to complete your pattern.

Module 1: Investigation 2 Activity 1.2.1 – Repeating Flowers Duplicate your script. Change the numbers in the repeat and turn blocks to create different patterns.

Discussion Questions Module 1: Investigation 2 Activity 1.2.1 – Repeating Flowers Discussion Questions Did you manage to create a complete flower? Did your Tile sprite touch the edge of the stage? What happened? What number did you put in your repeat block? If this was higher or lower would it change the pattern? How? How many degrees did your Tile sprite turn for each stamp? How did you decide what values to use in the repeat and turn blocks? How many degrees did your Tile sprite turn in total to create the whole flower? Was this always the same?

Calculating Angles Activity 1.2.2: Unplugged Module 1: Investigation 2 Activity 1.2.2 – Unplugged: Calculating Angles Activity 1.2.2: Unplugged Calculating Angles

Module 1: Investigation 2 Activity 1.2.2 – Unplugged: Calculating Angles Extension Can you work out the numbers used in the script that created this pattern? Number in repeat block Number of degrees in turn block Total number of degrees Tile sprite turned 8 45 degrees ____ degrees ____ ____ degrees 360 degrees ____ 36 degrees ____ degrees 5 ____ degrees ____ degrees ____ ____ degrees ____ degrees

Module 1: Investigation 2 Activity 1.2.2 – Unplugged: Calculating Angles (Answers) Extension Can you work out the numbers used in the script that created this pattern? Number in repeat block Number of degrees in turn block Total number of degrees Tile sprite turned 8 45 degrees 360 degrees 4 90 degrees 360 degrees 10 36 degrees 360 degrees 5 72 degrees 360 degrees 6 60 degrees 360 degrees

Alternating Flowers Activity 1.2.3 Module 1: Investigation 2 Activity 1.2.3 – Alternating Flowers Activity 1.2.3 Alternating Flowers

Continue in your project 1-Tile Repeat, save as a copy and rename. Module 1: Investigation 2 Activity 1.2.3 – Alternating Flowers Continue in your project 1-Tile Repeat, save as a copy and rename. Run one of your previous scripts to stamp a pattern. Then run it again with different costumes.

Module 1: Investigation 2 Activity 1.2.3 – Alternating Flowers Use the next costume block in your scripts to create the pattern below. Now create some of the patterns below or similar patterns.

Discussion Questions Module 1: Investigation 2 Activity 1.2.3 – Alternating Flowers Discussion Questions Where did you place the next costume block in your script? If you moved it how might this change your pattern? Did you use one next costume block or more? Did you build a single script to stamp the whole pattern in one click? How many squares and circles were in your patterns?

Repeating and Alternating Module 1: Investigation 2 Activity 1.2.4 – [Extension] Repeating and Alternating Activity 1.2.4 [Extension] Repeating and Alternating

Continue in your project 1-Tile Repeat, save as a copy and rename. Module 1: Investigation 2 Activity 1.2.4 – [Extension] Repeating and Alternating Continue in your project 1-Tile Repeat, save as a copy and rename. Edit your scripts to create patterns similar to the ones below. more advanced patterns

Discussion Questions Module 1: Investigation 2 Activity 1.2.4 – [Extension] Repeating and Alternating Discussion Questions Which patterns did you manage to create? Can you describe a strategy that you used to create one of your patterns? Did you use different sequences of costumes in your patterns?

Module 1: Investigation 2 My Investigation 2 check list: I used the repeat block to run my script several times. I found the minimum number to put in the repeat block to complete the circular pattern. I clicked the green flag to reset the stage and the sprite. I used the next costume block in my scripts. I created different patterns with alternating costumes. I built a single script to stamp the whole pattern with different costumes in one click.

Module 1 Investigation 2: Key Vocabulary repetition means running a sequence of commands a certain number of times repeat block is a control block which runs the blocks inside a specified number of times wait a command which waits a specified number of seconds, e.g. 1, 2 or 0.2, then continues with the next blocks total turn total number of degrees the sprite turns when running a script costumes are alternative ways that a sprite can look on the stage next costume a command which switches to the next costume in the list of the sprite’s costumes. The next costume after the last one is the first one in the list again pattern repeating sequence when stamping sprite’s costume or costumes