Get Going On ….. What is programming ? What programming software does the school have ? Load this PowerPoint.

Slides:



Advertisements
Similar presentations
RCX Workshop Day 2 Programming with Touch Sensor Light Sensor Repeat CJ Chung Associate Professor of Computer Science Lawrence Technological University.
Advertisements

Instruction: Use mouses left button. Use mouses left button. If mouse buttons dont work, use arrow keys of keyboard for slide show. If mouse buttons dont.
Instruction: Use mouses left button. Use mouses left button. If mouse buttons dont work, use arrow keys of keyboard for slide show. If mouse buttons dont.
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
CS820 – USABILITY AND INTERACTION Use Case Scenarios for Final Project Assignment Week 5 By: Karl B. Ostler Colorado Technical University May 2011 USABILITY.
Microsoft® Small Basic
Microsoft® Small Basic Advanced Games Estimated time to complete this lesson: 1 hour.
Scratch Programming Session 6 of 10 If-then-else statements interactions Final projects specifications.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
#nsta14 Using graphing / data visualization as a Playground for Literacy and Mathematics.
INTRODUCTION TO SCRATCH. About Me Resources Scratch Website Learn Scratch Washington-Lee Computer.
Lesson plan. School:. Njia boys High school Subject:
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.
. © 2003 Ownership Associates < Go back Advance > OA INC Using E-Learning Tools From Ownership Associates, Inc.
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
The Scratch Calculator You are all going to be real computer programmers!!!
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Introduction to Programming G50PRO University of Nottingham Unit 3 : Introduction To Scratch 2 Paul Tennent
By: Keaton & David. Movement ProsCons  We were able to make the object move horizontal easily.  We were able to make the object move up and down easily.
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.
©Robomatter – Distribution or copying without permission is prohibited. 3B STEM Computer Science 1 ©Robomatter – Distribution or copying without permission.
Learning the skills for programming Advanced Visual Programming.
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Game Maker Galactic Mail Advanced Group: Complete Galactic Mail, then start developing an independent project.
WHAT IN THE WORLD IS SCRATCH??? AN INTRODUCTION TO COMPUTER PROGRAMMING By MD Showman.
1 Project designed and created by M. Shajith Kumar.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Events Programming with Alice and Java First Edition by John Lewis.
Programming Assignment #4 Interactively-controllable character (10 pts) Design a graph of motions –Include as many motion clips as possible –Include walking.
By Mr. Putnam. In Catfall, the goal of the game is to touch the falling cats with the mouse. Every time you touch a cat, your score goes up by one point.
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner and choose a new.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
Programming a Shooter Game Design.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
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.
University Learning in Schools Computing Games Programming Lesson 5.
Game Programming Step-03 How to control the keyboard in Game.
Day 5.  Skill Related Fitness: is the ability to perform successfully in various games and sports.  Includes: ▪ Agility ▪ Balance ▪ Coordination ▪ Power.
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
ICT/COMPUTING RULES Only use software allowed by the teacher
Scratch Part 2 – Character Commands. What does a command do?  Commands in programming allow an object whatever it is to do something. In the case of.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Lego League. What is the Lego League? What we will be doing for the next few weeks The AIM of the next few weeks is to gain knowledge into programming,
Event Driven Programs Exploring Computer Science – Lesson 4-5.
Project Overview  Introduction  Clawbot Build  Design Modification  Design Development  Programming  Sensors  Advanced Sensors  Open design challenges.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
LEARNING SCRATCH: PRESENTATION 4 PRESENTATION 1: GETTING STARTED 1 Broadcast Messages Today, we'll learn how to get our sprites to act together, and build.
Movement Game Design (Scratch).
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Year 11 DTG Intermediate Using MIT Scratch for Programming and Control Exercise 2 Controlling movement with the keyboard Year 11 DTG Intermediate.
PHYSICS WITH TECHNOLOGY
Scratch – Simple Programming
Loopy Motion Control.
Introduction to Object-Oriented Programming
The One Where You Scratch
Scratch – Simple Programming
Motion and Looks.
Lesson 1 Introduction to Scratch Basic blocks
Hour of Code.
Introduction to scratch animation
Moving Sprites in Scratch
Test the Towers of Hanoi Algorithm
Test the Towers of Hanoi Algorithm
Building a Game in Scratch
Makey Makey!.
CSC 221: Introduction to Programming Fall 2018
Scratch – Simple Programming
Presentation transcript:

Get Going On ….. What is programming ? What programming software does the school have ? Load this PowerPoint

You will be able to make an object move using the mouse. You will be able to move a object using the keyboard arrow keys. You will begin to consider how to control the speed and movement of the object. By the end of this lesson... Skill Example

Go play a game min... and countering

The Road Map... Two formal lessons teaching the ‘core’ code One lesson where you create a brief, storyboard, and plan Three lesson where you create your game

Your Lesson Targets Are MustShouldCould All learners will make an object move backwards, and forwards, left and right using the arrow keys. The object may move too quickly or too slowly Most learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object may move too quickly or too slowly Some learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object will move at a relevant speed and in a fluent motion.

Introduction To Scratch Software.... The User interface

Your Lesson Targets Are MustShouldCould All learners will make an object move backwards, and forwards, left and right using the arrow keys. The object may move too quickly or too slowly Most learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object may move too quickly or too slowly Some learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object will move at a relevant speed and in a fluent motion.

Scratch Keyboard Arrow Code

Can You Improve This Code? Fit it together using a ‘loop’ or “forever” condition.

Move Advancing... Hat Forever (loop) If Note: there is code missing!

Your Lesson Targets Are MustShouldCould All learners will make an object move backwards, and forwards, left and right using the arrow keys. The object may move too quickly or too slowly Most learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object may move too quickly or too slowly Some learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object will move at a relevant speed and in a fluent motion.

Follow the mouse...

Your Lesson Targets Are MustShouldCould All learners will make an object move backwards, and forwards, left and right using the arrow keys. The object may move too quickly or too slowly Most learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object may move too quickly or too slowly Some learners will make an object move backwards, forwards, left and right using the arrow keys and mouse. The object will move at a relevant speed and in a fluent motion.

Costumes... Allow the cat to rotate Allow the cat to move left and right only Import your own image

Costumes... What does this make the cat do?

Costumes... One way of making the cat walk smoothly ? When the cat hit the edge of the screen the code turn the cat ?

What is programming ? What software does the school have ? What have you made the cat do this lesson ? Did you make the cat move smoothly ? Plenary