Unit 4 Day 1 FOCS – Introduction to Programming. Moving a Sprite Relative vs. Absolute postitioning Gliding.

Slides:



Advertisements
Similar presentations
Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
Advertisements

Step 1 Login to NFA Course List. Step 2 Login Screen.
Windows XP / Microsoft Word Computer Applications.
Here’s what to do if you can’t PRINT from a computer station: Step One: Make sure your document (Word Doc or PPT) is SAVED Step Two: Log in to AERIES.
Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Making a Flappy Birds Game A INTRODUCTION TO MAKING A FLAPPY BIRDS TYPE GAME.
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
Meet Me on Mars Lesson 7 Variables and Messages. Events and Variables 1. Click the _________ button 2. When ________ clicked, set ______ to ____ 3. Now,
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
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.
Introduction to Scratch!
Technology 102 1/17/2011
Scratch Programming. Objectives for Today Finish your online design math problem. Name the basic terms used in Scratch. Create the beginning of a simple.
Exploring Computer Science 2/23/15 2/23 Develop a Scratch story project -Brainstorming 2/24 Develop a Scratch story project –Developing 2/25 Develop a.
Exploring Computer Science 2/16/15
My Documents MarysWebpage 1-WebpageFolders&Files Projects&Assignments MySpinPage SciFairProjPage The folders you should have in “My Documents” are shown.
Exploring Computer Science 2/9/15 2/9Moving Scratch 2/10Moving Scratch worksheet 2/11 Scratch Baseball Game 2/12Scratch Alphabet Learning Game 2/13Game.
How to Download Sermons from the LBC Sermon Website To Download or to listen then please follow the instructions in the boxes (similar to this one) that.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
Using MIT Scratch for Programming and Control Extension work – clock project Year 9 ICT Autumn Term 2007.
Saving Work to Your School Server Click through this presentation at your own speed. Use it as a review or a guide while saving a project.
Sheila Fredericks File Management. Think of your computer as if it were a file cabinet Computer C D Each file drawer is a computer drive.
WHAT IS A COMPUTER? LESSON 1-1. OBJECTIVES The student will be able to: Explain and give examples of the concepts on computers and computing.
Unit 4 Day 1 FOCS – Introduction to Programming. Journal Entry: Unit #4 Entry #1 How do you think programs like Microsoft Word, Internet Explorer, and.
Click on your group to see your activity for today
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.
Learning goal: Students will be able to demonstrate a basic understanding of how to use a computer.
From last time… Explore the blue commands from the motion menu Find at least three ways to get the sprite to move to the UPPER LEFT corner.
Algorithms in Scratch How to plan your code. Algorithms Algorithms provide computers with a set of instructions or a set of rules. They are written BEFORE.
How to save a folder to Q Drive Click on computer icon.
How to use the Hand-In Folder. Click on the Folder icon at the bottom of the screen.
Government Documents for Every Church The Government Has Rules! Churches must: Have an approved, individual name Be incorporated to protect themselves.
KompoZer. What is it? A FREE product used to design websites A FREE product used to design websites A WYSIWYG HTML Editor A WYSIWYG HTML Editor –WYSIWYG:
Unit 4 Day 1 FOCS – Introduction to Programming. Journal Entry: Unit #4Entry #9 What does it mean to broadcast an event in scratch? Is it possible to.
Moving Sprites in Scratch Exploring Computer Science – Lesson 4-4.
1 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
Introduction to Programming with Scratch Exploring Computer Science – Lesson 4-1.
FILE MANAGEMENT NOTES. ACCESSING FLASH DRIVE  Put Flash Drive in the Computer  Start – Computer– Select it.
Introducing Scratch Learning resources for the implementation of the scenario
FOLLOW THE INFORMATION IN THIS PRESENTATION TO SUCCESSFULLY COMPLETE YOUR RESEARCH PROJECT. Research Project Information.
Event Driven Programs Exploring Computer Science – Lesson 4-5.
#OLCAccelerate.
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.
Exploring Computer Science – Lesson 4-5
Year 11 DTG Intermediate Using MIT Scratch for Programming and Control Exercise 2 Controlling movement with the keyboard Year 11 DTG Intermediate.
Exploring Computer Science Lesson 4-14
Technology for Tomorrow Intro to Google Drive Part 2
Games Programming in Scratch
Name Project April 12,2016.
Introduction to Mass Communications: Part I
Lesson 2 – OneDrive, Word – Save and Share
Introduction to Object-Oriented Programming
CREATING AND USING FILE FOLDERS
HOW TO MAKE A SHARED DOCUMENT MULTIPLE PEOPLE CAN EDIT AT SAME TIME
Broadcasting Exploring Computer Science Lesson 4-6.
An Introduction to Collaborative Online Documents
Objective of the lesson
Moving Sprites in Scratch
Exploring Computer Science Lesson 4-13
Exploring Computer Science – Lesson 4-5
How to Post a Picture on Knitting Paradise
Unit 5 Basic Motion Skills
Image #1 Getting Started
Getting Started with Scratch
Exploring Computer Science Lesson 4-14
Exploring Computer Science Lesson 4-13
Typing.com SEARCH Acronym Strategic Searching
EVERYONE LOG ON!!! WE ARE GOING TO DELETE YOUR OLD USERNAME FOLDERS & ADD NEW, IMPROVED ONES TO YOUR COMPUTERS.
Presentation transcript:

Unit 4 Day 1 FOCS – Introduction to Programming

Moving a Sprite Relative vs. Absolute postitioning Gliding

Make the sprite move Using relative positioning, make a sprite move from the middle, to each corner of the screen. Using absolute positioning, make a sprite move from the middle to each corner of the screen. Using ‘glide’ make the sprite move to each corner of the screen. For each, you should have the sprite re-initialize itself when the green flag is clicked.

Journal Entry: Unit #4Entry #6 What is the difference between absolute positioning, and relative positioning? What are three ways we can make sprites move?

Create a folder and Download files In the documents folder of your computer (or on your flash drive): Create a folder with your initials and period 4: JT_FOCS_p4 Go to the bpi website and download the two files posted for today: moving.sb, baseball.sb Complete the Moving Project Worksheet. Due Tomorrow 1/30 at the beginning of class.

Journal Entry: Unit #4Entry #7 What makes a script start? How many different ways can you start a script? What should be the first thing that happens when the green flag is clicked?

Alphabet Project

Journal Entry: Unit #4Entry #8 What does it mean to broadcast something? If a radio or television station broadcasts something, does that mean that everyone is listening?

Broadcast Project