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.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

How to Add a Proper Heading To a Word Document Michelle Lowe – Media Specialist – 12/4/2013.
Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Create a Simple Game in Scratch
Scratch is a Visual Programming Language
Objectives © Paradigm Publishing, Inc. 1 Objectives.
Making Grids This document shows you one way to make grids in PowerPoint. I prefer this way over PowerPoint’s built in grid because I can make my grids.
MODULE 5 WORD PROCESSING. Starting Microsoft Word To load Microsoft Word: 1. Click on the Start menu in the bottom left corner of the screen 2. Choose.
A Christmas Scratch game
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Learn… Create… Program. Manipulation of Multiple Media Connects with youth culture Scratch is a new graphical programming language designed to support.
When you click the forever button, then whatever is in it does its thing to make flappy go. All of these buttons make flappy go and die. When you press.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
You can type your own categories and points values in this game board. Type your questions and answers in the slides we’ve provided. When you’re in slide.
INTRODUCTION TO THE SCRATCH PROGRAMMING ENVIRONMENT.
Tutorial for Arrays and Lists By Ruthie Tucker. Description This presentation will cover the basics of using Arrays and Lists in an Alice world This presentation.
Click your mouse for next slide Flash – Introduction and Startup Many times on websites you will see animations of various sorts Many of these are created.
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.
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.
Summer Computing Workshop. Session 2 Input in Scratch  Multi-Character input - This is used when the user is prompted to enter a number or word.  Problems.
Image Processing © Copyright William Rowan Objectives By the end of this you will be able to: Manipulate images to achieve special effects.
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.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Image #1 Getting Started
Using Microsoft Word First, make sure that you are on the home tab across the top. Next locate the word Font in the ribbon, again, across the top.
Using Digital Dashboards. Viewing the Sample Dashboard To view the sample dashboard: 1.In the upper-left corner of the Welcome page, click Administration.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Computer Programming Modeling a Passive Solar Home.
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
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.
Programming a Shooter Game Design.
Game Maker Evil Clutches.
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.
Scratch Programming Lesson 1 Moving objects with sound and changing colours.
VB.NET and Databases. ADO.NET VB.Net allows you many ways to connect to a database. The technology used to interact with a database or data source is.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
School of Computer Science Space School 2015 Programming a Lunar Lander Game.
Create a Halloween Computer Game in Scratch
Scratch for Interactivity
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.
Games Programming in Scratch
Loopy Motion Control.
Go to =>
Lesson Objectives To understand how to make sprites interact
Go to =>
موضوع بحث: تعریف علم اصول جلسه 43.
علم اصول، «نفس قواعد» است نه «علم به قواعد»
Image #1 Getting Started
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
EVENT TITLE Time, Date Location
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
EVENT TITLE Time, Date Location
Recording Your Script and Creating Your Podcast
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing arrow to the right on.
Click to edit title TO ADD NEW SLIDE LAYOUTS: Make sure you have the ‘Home’ tab selected at the top of the PowerPoint screen and click the down facing.
Directions: For slides 2 to 12, count the change as the coins and bills appear on the screen. Before clicking the final answer, count the change to yourself.
Creating a Simple Game in Scratch
قاعده لا ضرر، تنها در شبهات حکمیه جاری است
جلسه 34.
1 ج : اشاره بعضی از اصولیون به تعریف ترکیبی آخوند با «یک لفظ»
Presentation transcript:

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 this object it will be your character moving.

What does this guide show?  In this guide you will learn to make your character do the following: -  Move up  Move Down  Move Left  Move Right  Stop at the edge of the screen

Step 1 – Open your game

Step 2 – Go to the Scripts tab

Step 3 – Select Control

Step 4 – Drag “When [Space] key pressed” box into script area

Step 5 – Change Space to Up Arrow

Step 6 – Go To Motion

Step 7 – Add “Point in direction 90” to your script

Step 8 – Change the direction to “(0) Up”

Step 9 – Add “move 10 steps” to your script

Step 10 – Go back to control

Step 11 – Add “Stop Script” to the bottom of your script

Step 12 – Repeat this 3 more times  You should now create 3 new scripts for the following: -  Move Down  Move Left  Move Right  This is done in the same way you just need to change the options for the key pressed and the direction. As below: - ScriptKeyDirection Move DownDown Arrow(180) Down Move LeftLeft Arrow(-90) Left Move RightRight Arrow(90) Right

You have now made your character move, however if it goes to the edge of the screen it doesn’t stop this need to be fixed. If your scripts work move on to the next slide. If not you need to go back over the steps making sure you haven’t made a mistake.

Stopping your character at the edge of the screen.  For this you need to start in the Scripts tab with the control options open.

Step 1 – Add “When (Flag) Clicked”

Step 2 – Add “Forever” to the script

Step 3 – Go to the Motion options

Step 4 – Add “if on edge, bounce” option to the script.

Step 5 – Active the flag for this to work properly

Complete  You have now created your own character and it should be able to move around the white screen and stop at the edges.  Well Done.