Interacting Sprites Module 3: Investigation 4

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Scratch Understanding some programming techniques using Scratch Resetting, Parallelism and Events.
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.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Using MIT Scratch for Programming and Control Exercise 3 Ball Game Year 9 ICT Autumn Term 2007.
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 Use different costumes in Scratch to make an animation effect Synchronise interaction between 2 or more sprites Lesson 3: Learning Objectives.
Computer Programming Modeling a Passive Solar Home.
Programming a Shooter Game Design.
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.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
ICT/COMPUTING RULES Only use software allowed by the teacher
Computer Programming Modeling a Passive Solar Home.
Introducing Scratch Learning resources for the implementation of the scenario
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
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
Scratch Helicopter Game
UCL ScratchMaths Curriculum
Create a Halloween Computer Game in Scratch
Exploring Mathematical Relationships Module 5: Investigation 1
Broadcasting (Adding a new level)
Module 2: Investigation 3
Module 1: Investigation 2 Repeating and Alternating Patterns
Games Programming in Scratch
Scratch for Interactivity
Interacting Sprites Module 3: Investigation 1
Model Multiplication Name: _______________________________
Exploring Mathematical Relationships Module 5: Investigation 3
Co-ordinates And Geometry Module 6: Investigation 2
Building with Numbers Module 4: Investigation 3
Madlib-Input, Strings, and Lists in Scratch
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
Building with Numbers Module 4: Investigation 4 Exploring Conversions
Module 1: Investigation 4 Defining your own Pattern Blocks
We are Astronauts Learning Objectives: I can open Scratch
Module 1: Investigation 3 Creating Circular Rose Patterns
Interacting Sprites Module 3: Investigation 3 Broadcasting Messages
Computing Year 7 - Unit 2 Programming Basics Scratch Basics.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Model Multiplication Name: _______________________________
Intro to Programming With Snap PII.
Areas of the SCRATCH 2 Screen
Go to =>
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Maze Race. Maze Race Race The first thing you need to do is change the background so click on stage. Then click on background. Now click paint Select.
Building a Game in Scratch
Game Over Module 4 Lesson 2.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Creating a Simple Game in Scratch
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
CSC 221: Introduction to Programming Fall 2018
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Using MIT Scratch for Programming and Control Exercise 5 – Drawing with Scratch Year 9 ICT Autumn Term 2007.
Scratch 7B IT 1.
Presentation transcript:

Interacting Sprites Module 3: Investigation 4 Interactive Stories

Reading Scripts 3 Activity 3.4.1: Unplugged Module 3: Investigation 4 Activity 3.4.1 – Unplugged: Reading Scripts 3 Activity 3.4.1: Unplugged Reading Scripts 3

Module 3: Investigation 4 Activity 3.4.1 – Unplugged: Reading Scripts 3 Read the scripts below and answer the question next to it. 1. Circle the script that will make Nano disappear, teleport to a random position and then reappear after 1 second. 2. What number should go in the repeat block so that Tera floats back to the same position when she is clicked? Explain why. ? Repeat number = Explain why =

Module 3: Investigation 4 Activity 3.4.1 – Unplugged: Reading Scripts 3 3. Will Tera move up or down when the script on the right is clicked? Explain your thinking. Tera will move …………..………….. because = 4. Circle the purple block that should be added in the script on left to make Pico walk like the picture below. 5. Giga is walking towards Nano (see picture). For each of the blocks below fill in the value that will be shown when it is clicked. ? ? Giga ? Nano

Module 3: Investigation 4 Activity 3.4.1 – Unplugged: Reading Scripts 3 6. Next to each of the blocks on the right fill in the direction that Tera would move when that block is clicked. Will Tera move Up, Down, Left or Right? 7. Pico is near the right edge of the stage. Circle the script that will make him walk and stop when he reaches the middle of the stage. 8. Look at Pico’s script on the right. What will Nano and Tera do after Pico is clicked? Explain what will happen on the screen in the box below. When Pico is clicked…

Module 3: Investigation 4 Activity 3.4.1 – Unplugged: Reading Scripts 3 9. Look at the current position of Pico on the stage. The scripts on the right are in Pico’s script area - explain what will happen when we click each of the scripts on the right. When this script is clicked… what will happen? When this script is clicked… what will happen? Pico Tera When this script is clicked… what will happen? 10. [Extension] When Giga is clicked what will Nano do? Write your answer in the box on the right. When Giga is clicked Nano will…

Activity 3.4.2 Extension: The Story of the Sprites Module 3: Investigation 4 Activity 3.4.2 – Extension: The Story of the Sprites Activity 3.4.2 Extension: The Story of the Sprites

Module 3: Investigation 4 Activity 3.4.2 – [Extension] The Story of the Sprites Work in small groups. Continue in one of your 3-Multiple Sprites projects. Choose two or more characters from Nano, Tera, Pico and Giga and plan out your story: How do these characters know each other? How could one character visit or greet the others? What could they say to each other? What will they do together? What could happen when one character touches another character? Build and debug the scripts for all new behaviours and interactions between your characters.

Module 3: Investigation 4 Activity 3.4.2 – Extension: The Story of the Sprites Explain your story to others, share it with them. Exchange your scripts with other groups. Modify the script or scripts you got from other groups to fit into your story. What interactions did you build? Did you incorporate a script from another group? How did you do this? Did you learn any new ideas from the other groups? Did they learn anything new from your group?

Module 3: Investigation 4 My Investigation 4 check list: Our group built an interactive story between two or more sprites. We prepared a plan for our story. We built several Scratch scripts to implement new behaviours. We built several interactions between our characters, using the broadcast message and when I receive message blocks. We shared a script with another group who used it in their own story project. We used a script from another group in our story project. We modified a script shared by another group within our story project.