SlideShare a Scribd company logo
Project


Create a project that contains
• Repetitions
• Conditionals
• Variables
• Interaction with the keyboard
• Events


                                  1
Fetch

• There is 1 flag
• There is 1 player
• There is 1 zone
• There is 1 counter for the number of
  times the flag has been in the zone
• Goal:
    – Get the flag and return it to the zone

                                        2
Race

• Add an opponent that also tries to get
  the flag
• Add a counter for the number of times
  the opponent returns the flag to the
  zone




                                3
Capture the flag
•   The course is divided into 3 zones. It is impossible to leave the course
     – Red
     – Blue
     – White (Neutral)
•   There are 2 flags on the course with fixed starting positions
     – Red flag
     – Blue flag
•   There are 2 players with fixed starting positions
     – Red player
     – Blue player
•   Goal:
     – Capture the flag of the opposite color and bring it to the zone with your
       color to get a point
•   Rules:
     – If you have a flag and is touched by the other player you and the flag return
       to their starting positions
     – The one with the most points in the end wins


                                                                  4
Scratch Cards Checklist
Can you do all of the following?
•   Change the color of your sprite
•   Move to a drum beat
•   Use the arrow keys to move your sprite
•   Say something
•   Glide
•   Follow the mouse
•   Dance and twist
•   Interactive Whirl
•   Animation
•   Moving Animation
•   Surprise Button
•   Keep Score
                                             5
Scratch Project

        • Describe your
          project before you
          begin in Project
          Notes
        • Describe the
          statements for each
          sprite in Project
          Notes

                   6
Scratch Project


• Click Share

• Create an account
• Supply a project name.



                           7

More Related Content

PPTX
The khromatic plains.
PPTX
Introduction to Level Design
PPTX
Presentation of learning b
PPTX
Exquisite corpse
PPTX
Stage Design and Direction
PPTX
4. pre production(1) (1)
PPTX
7th grade presentation cite2
PPT
Advanced2
The khromatic plains.
Introduction to Level Design
Presentation of learning b
Exquisite corpse
Stage Design and Direction
4. pre production(1) (1)
7th grade presentation cite2
Advanced2

Viewers also liked (20)

PPTX
Scratch Syntax 2 Cmp
PPTX
Intro To Programming Cmp
PPT
Advanced1
PPT
Scratch Lesson 3 - Interactivity
PPT
Reason Lesson 2 – Drum Samples
PPT
Reason Lesson 3 - Adding Intrument Parts
PPT
Scratch Lesson 2 – Paint Editor
PPT
Lesson 1: scratch basics
PPTX
Scratch Lesson 5
PPTX
Scratch Lesson 6
PPTX
Scratch Lesson 4
PPTX
Scratch Lesson 3
PPTX
Scratch Lesson 1
PPTX
Scratch Lesson 2
PPTX
An Urban Adventure in Project-Based Learning
PDF
Scratch2
KEY
Creative Teaching with Scratch 2010
PPTX
Programming with Scratch
PPTX
Citizenship Digital Age
PDF
Scratch project ideas
Scratch Syntax 2 Cmp
Intro To Programming Cmp
Advanced1
Scratch Lesson 3 - Interactivity
Reason Lesson 2 – Drum Samples
Reason Lesson 3 - Adding Intrument Parts
Scratch Lesson 2 – Paint Editor
Lesson 1: scratch basics
Scratch Lesson 5
Scratch Lesson 6
Scratch Lesson 4
Scratch Lesson 3
Scratch Lesson 1
Scratch Lesson 2
An Urban Adventure in Project-Based Learning
Scratch2
Creative Teaching with Scratch 2010
Programming with Scratch
Citizenship Digital Age
Scratch project ideas
Ad

Recently uploaded (20)

PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Classroom Observation Tools for Teachers
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Pre independence Education in Inndia.pdf
Supply Chain Operations Speaking Notes -ICLT Program
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Microbial diseases, their pathogenesis and prophylaxis
FourierSeries-QuestionsWithAnswers(Part-A).pdf
GDM (1) (1).pptx small presentation for students
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
STATICS OF THE RIGID BODIES Hibbelers.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Abdominal Access Techniques with Prof. Dr. R K Mishra
Module 4: Burden of Disease Tutorial Slides S2 2025
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Anesthesia in Laparoscopic Surgery in India
Classroom Observation Tools for Teachers
VCE English Exam - Section C Student Revision Booklet
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Pre independence Education in Inndia.pdf
Ad

Advanced3

  • 1. Project Create a project that contains • Repetitions • Conditionals • Variables • Interaction with the keyboard • Events 1
  • 2. Fetch • There is 1 flag • There is 1 player • There is 1 zone • There is 1 counter for the number of times the flag has been in the zone • Goal: – Get the flag and return it to the zone 2
  • 3. Race • Add an opponent that also tries to get the flag • Add a counter for the number of times the opponent returns the flag to the zone 3
  • 4. Capture the flag • The course is divided into 3 zones. It is impossible to leave the course – Red – Blue – White (Neutral) • There are 2 flags on the course with fixed starting positions – Red flag – Blue flag • There are 2 players with fixed starting positions – Red player – Blue player • Goal: – Capture the flag of the opposite color and bring it to the zone with your color to get a point • Rules: – If you have a flag and is touched by the other player you and the flag return to their starting positions – The one with the most points in the end wins 4
  • 5. Scratch Cards Checklist Can you do all of the following? • Change the color of your sprite • Move to a drum beat • Use the arrow keys to move your sprite • Say something • Glide • Follow the mouse • Dance and twist • Interactive Whirl • Animation • Moving Animation • Surprise Button • Keep Score 5
  • 6. Scratch Project • Describe your project before you begin in Project Notes • Describe the statements for each sprite in Project Notes 6
  • 7. Scratch Project • Click Share • Create an account • Supply a project name. 7

Editor's Notes

  • #8: Upload project Make available to friends Become friend with ICSP