Scratch Primary Lesson 4

Size: px
Start display at page:

Download "Scratch Primary Lesson 4"

Transcription

1 Scratch Primary Lesson 4 Motion and Direction creativecomputerlab.com

2 Motion and Direction In this session we re going to learn how to move a sprite. Go to and start a new project:

3 The move Block Go to the palette. Drag the block onto the cat sprite s script area. Click on it and watch the cat move to the right:

4 Move With The Arrow Keys Go to the palette. Drag the block onto the script area. Choose the right arrow key: Connect the right arrow key to the move block: Press the right arrow key and watch the cat move. creativecomputerlab.com

5 Move With The Arrow Keys Let s do the same for the left arrow: Here s a cool trick! Right click on the block and select duplicate Change the duplicate to left arrow : We ve easily created another set of scripts Place the left arrow script on the left creativecomputerlab.com

6 Move With The Arrow Keys Move the cat with the left and right arrow keys: The left arrow key is moving to the cat to the right as well. How can we make the cat go left??

7 Move With The Arrow Keys We want the left arrow to move in the opposite direction of the right arrow:? What kind of a number do we have to put into the left arrow move block?

8 Move With The Arrow Keys A negative number moves in the opposite direction as a positive number. Positive numbers move to the right -> Negative numbers move to the left <- Try it and see!

9 Move Up and Down Create move scripts for the up and down arrow keys. You can duplicate them easily.?? What numbers do we put into the move blocks for the up and down directions?

10 Direction The reason the cat can move left and right is because it is pointing in a certain direction In Scratch, when sprites are first created, they are set to point towards 90 degrees. Click on the blue i on the cat sprite. It will show information about the sprite. You can see in which direction the sprite points:

11 See which way it moves with the left and right arrow keys. creativecomputerlab.com Direction Experiment Let s change the direction of the cat, then move left and right with the arrow keys and see what happens: Go to the palette and drag out the block onto the script area. Set the direction to 0 degrees: Double click on the block to make it work. The cat is now facing up, it s direction is 0 degrees:

12 More Direction Experiments Change the cat s direction to different degree values, then press the arrow keys and see what happens: See what happens when the direction is set to -90 degrees: Which way do the left and right arrow keys move the sprite when it is pointing towards -90 degrees?

13 The Degrees of the Circle In Scratch, direction is the same as the degrees of the circle: or and 360 degrees are at the top. They both point up. 180 degrees is half the circle. It points down. In Scratch, the left half of the circle is expressed in negative numbers. Also -180 and 180 are the same. creativecomputerlab.com

14 All Four Directions In order to make all four arrow keys make the sprite move in the correct direction, we need to set the direction for each key. Try this: Why don t we need to move with negative numbers anymore? How do we keep the sprite from going upside down when going left? creativecomputerlab.com

15 Rotation Styles You can control which way the cat is facing when changing direction with blocks or by setting the rotation style for the sprite: The cat rotates all around the circle. It goes upside down when degrees are negative. The cat stays right side up all around the circle. It also stays level. creativecomputerlab.com The cat stays facing the same way around the circle. It doesn t rotate.

16 Facing the Right Way In order for the sprite to face the way it is moving, the correct rotation style must be chosen for the direction. For left (-90) and right (90) use For up (0) and down (180) use

17 Do the Walk The cat comes with two animation costumes: Lets make the cat take steps when moving. Add the block to each script:

18 Animate Other Characters Many Scratch sprites come with several costumes which can make an animation when played in a sequence. For example, the Boy3 Walking sprite has 5 costumes which can animate his walk: Choose the Boy3 Walking sprite and add him to your project:

19 Copy Scripts to Another Sprite We want to animate the boy like we did with the cat. BUT we don t want to make the same scripts all over again. We can copy the scripts from the cat: 1. Go to the cat s script area 2. Select a script block and drag it over to the Boy3 Walking sprite icon: 3. Let go of the mouse button. The script flies back to its place. 4. Check the Boy s script area. You should see the script copied there. 5. Do the same for the other scripts. Now the boy can walk using the arrow keys. You can hide the cat if you want to. creativecomputerlab.com

20 Make Games and Stories Now that you can make sprites walk around the stage, think about all the games and stories you can make! Have a look at all the sprites and backgrounds and use your imagination!

How to Build a Simple Pac-Man Game

How to Build a Simple Pac-Man Game How to Build a Simple Pac-Man Game For today's program, we are going to build a simple Pac-Man game. Pac-Man was one of the very first arcade games developed around 1980. For our version of Pac-Man we

More information

REFERENCE GUIDE 1. INTRODUCTION

REFERENCE GUIDE 1. INTRODUCTION 1. INTRODUCTION Scratch is a new programming language that makes it easy to create interactive stories, games, and animations and share your creations with others on the web. This Reference Guide provides

More information

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Whack-a-Witch. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: This project is like the game Whack-a-Mole. You get points for hitting the witches that appear on the screen. The aim is to get as many points as possible in 30 seconds! Activity Checklist

More information

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Fish Chomp. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: We re going to make a game! Guide the large Hungry Fish and try to eat all the prey that are swimming around. Activity Checklist Follow these INSTRUCTIONS one by one Click on the green flag

More information

1.0-Scratch Interface 1.1. Valuable Information

1.0-Scratch Interface 1.1. Valuable Information 1.0-Scratch Interface 1.1 Valuable Information The Scratch Interface is divided to three: 1. Stage 2. Sprite/background properties 3. Scratch Action Blocks Building the game by designing the sprites and

More information

Fruit Machine. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code

Fruit Machine. Level. Activity Checklist Follow these INSTRUCTIONS one by one. Test Your Project Click on the green flag to TEST your code Introduction: This is a game that has three sprites that change costume. You have to stop them when they re showing the same picture (like a fruit machine!). Activity Checklist Follow these INSTRUCTIONS

More information

Computer Science Education Week Teacher/Volunteer Guide

Computer Science Education Week Teacher/Volunteer Guide Computer Science Education Week Teacher/Volunteer Guide What is the Hour of Code/Computer Science Education Week? Computer Science Education Week (CSEdWeek) is an annual program dedicated to inspiring

More information

Use fireworks and Bonfire night as a stimulus for programming

Use fireworks and Bonfire night as a stimulus for programming Learn it: Scratch Programming Make fireworks in Scratch Use fireworks and Bonfire night as a stimulus for programming Create an animated bonfire Design and program a working Catherine wheel Design and

More information

SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES

SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES SCRATCH PROGRAMMING AND NUMERACY IN SENIOR PRIMARY CLASSES Lero, NCTE 2012 Page 2 Table of Contents Page Number Course Introduction page 4 Module 1: page 5 Module 2: page 22 Module 3: page 32 Module 4:

More information

Make your own Temple Run game

Make your own Temple Run game Make your own Temple Run game These instructions will talk you through how to make your own Temple Run game with your pupils. The game is made in Scratch, which can be downloaded here: http://scratch.mit.edu

More information

Computer Science Concepts in Scratch

Computer Science Concepts in Scratch Computer Science Concepts in Scratch (Scratch 1.4) Version 1.0 Michal Armoni and Moti Ben-Ari c 2013 by Michal Armoni, Moti Ben-Ari, Weizmann Institute of Science. This work is licensed under the Creative

More information

MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch

MADISON PUBLIC SCHOOL DISTRICT. Grade 8 Cycle Class. Scratch MADISON PUBLIC SCHOOL DISTRICT Grade 8 Cycle Class Scratch Authored by: Caitlin Aery Reviewed by: Lee Nittel, Director of Curriculum and Instruction Adopted by the Board: January, 2013 Members of the Board

More information

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch

The Richard Pate School. Draft Year 4 Scheme of Work for Scratch The Richard Pate School Draft Year 4 Scheme of Work for Scratch Marcus Gilvear July 2014 (Acknowledgements: Phil Bagge and Duncan Hooper) Re Scratch: This work is licensed under the Creative Commons Attribution-NonCommercial

More information

Ten easy steps to creating great MicroWorlds EX projects. Steve Robson

Ten easy steps to creating great MicroWorlds EX projects. Steve Robson How do I? Ten easy steps to creating great MicroWorlds EX projects. Steve Robson Contents Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9 Page 10 Introduction How do I move the Turtle? How do I

More information

Tagxedo. Tagxedo is based on a Microsoft application called SilverLight. If you don t have it, don t worry. Tagxedo will prompt you to download it

Tagxedo. Tagxedo is based on a Microsoft application called SilverLight. If you don t have it, don t worry. Tagxedo will prompt you to download it TEACh like a TEChie Tagxedo You can make text come alive for students by stepping into the clouds word clouds. Word clouds are visual representations of words, as shown in the illustration. The words can

More information

1. Get to know the SCRATCH Work Space:

1. Get to know the SCRATCH Work Space: 1. Get to know the SCRATCH Work Space: iquest Lesson http://www.csusm.edu/iquest - NSF Project Award Number: 0833753 Scratch 1 2. Click Control Drag When green flag is clicked. Always start every new script

More information

CREATE A 3D MOVIE IN DIRECTOR

CREATE A 3D MOVIE IN DIRECTOR CREATE A 3D MOVIE IN DIRECTOR 2 Building Your First 3D Movie in Director Welcome to the 3D tutorial for Adobe Director. Director includes the option to create three-dimensional (3D) images, text, and animations.

More information

The first step is to upload the Helicopter images from a strip. 1) Click on Resources > Create Sprite 2) Name it spr_helicopter 3) Click Edit Sprite

The first step is to upload the Helicopter images from a strip. 1) Click on Resources > Create Sprite 2) Name it spr_helicopter 3) Click Edit Sprite GAME:IT Helicopter Objectives: Review skills in making directional sprites Create objects that shoot and destroy for points Create random enemies on the scene as game challenges Create random enemies on

More information

SMART Boards. If the board is connected to a different computer - Orientation is needed whenever you connect it to a new or different computer.

SMART Boards. If the board is connected to a different computer - Orientation is needed whenever you connect it to a new or different computer. SMART Boards What is a SMART Board? The SMART Board is an interactive whiteboard that converts a computer and date projector into a powerful tool for teaching and learning. With the computer image projected

More information

Triggers & Actions 10

Triggers & Actions 10 Triggers & Actions 10 CHAPTER Introduction Triggers and actions are the building blocks that you can use to create interactivity and custom features. Once you understand how these building blocks work,

More information

Create a new file/canvas to work with by going to the file menu and selecting new.

Create a new file/canvas to work with by going to the file menu and selecting new. GIMP: Gif Animation Animating images to create a cartoon-like effect can be performed in GIMP. The GIMP program will only animate.gi f files, so the animation will appear more like a cartoon than like

More information

Introduction to Google SketchUp (Mac Version)

Introduction to Google SketchUp (Mac Version) Introduction to Google SketchUp (Mac Version) This guide is handy to read if you need some basic knowledge to get started using SketchUp. You will see how to download and install Sketchup, and learn how

More information

Match Branch Services to Enterprise Services in Kitomba One

Match Branch Services to Enterprise Services in Kitomba One Match Branch Services to Enterprise Services in Kitomba One To manage your services at an enterprise level, you'll need to create a central service list and match all your branch services to this list.

More information

m ac romed ia Fl a s h Curriculum Guide

m ac romed ia Fl a s h Curriculum Guide m ac romed ia Fl a s h Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and Xtra are trademarks

More information

Communicate: In Print

Communicate: In Print Communicate: In Print A simple guide Work areas Communicate: In Print has two different modes in which to edit your documents: Create and Adjust modes. These are easily interchangeable and the toolbars

More information

Introduction to Microsoft Word

Introduction to Microsoft Word Introduction to Microsoft Word Setting up project gallery toolbars formatting palette opening saving Writing and formatting margins layout headers and footers text color basic formatting special characters

More information

WebEx Sharing Resources

WebEx Sharing Resources WebEx Sharing Resources OTS PUBLICATION: WX0 REVISED: 4/8/06 04 TOWSON UNIVERSITY OFFICE OF TECHNOLOGY SERVICES =Shortcut =Advice =Caution Introduction During a WebEx session, the host has the ability

More information

Lesson 7 - Creating Animation II

Lesson 7 - Creating Animation II Lesson 7 - Creating Animation II A. Motion-Tweened Animation With motion tweening, you can easily create motion effects for the objects in your Flash movies. Kites flying, balls bouncing, rocks rolling

More information

Graphic Objects and Loading Them into TGF2/MMF2

Graphic Objects and Loading Them into TGF2/MMF2 Graphic Objects and Loading Them into TGF2/MMF2 There are a couple of ways of ensuring graphics appear in a game. Types of objects you can use: Active Object: Consider the active object any image that

More information

Getting Started in Tinkercad

Getting Started in Tinkercad Getting Started in Tinkercad By Bonnie Roskes, 3DVinci Tinkercad is a fun, easy to use, web-based 3D design application. You don t need any design experience - Tinkercad can be used by anyone. In fact,

More information

Flash MX Image Animation

Flash MX Image Animation Flash MX Image Animation Introduction (Preparing the Stage) Movie Property Definitions: Go to the Properties panel at the bottom of the window to choose the frame rate, width, height, and background color

More information

Batch and Import Guide

Batch and Import Guide Batch and Import Guide 020411 Enterprise CRM, version 2.9 US 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

More information

Basic Cutout Animation Tutorial

Basic Cutout Animation Tutorial Basic Cutout Animation Tutorial The Cutout Animation Basic project contains the scenes illustrating how to create a cutout animation using one scene for each character, that later on are composed together.

More information

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools Recipes4Success You can use the drawing tools and path animation tools in Frames to create illustrated cartoons. In this Recipe, you will draw and animate a rocket ship. 2014. All Rights Reserved. This

More information

Tutorial: Biped Character in 3D Studio Max 7, Easy Animation

Tutorial: Biped Character in 3D Studio Max 7, Easy Animation Tutorial: Biped Character in 3D Studio Max 7, Easy Animation Written by: Ricardo Tangali 1. Introduction:... 3 2. Basic control in 3D Studio Max... 3 2.1. Navigating a scene:... 3 2.2. Hide and Unhide

More information

WELCOME TO THE WORLD OF TELL ME MORE KIDS!... 3 TEACHER TOOLS... 4 IDENTIFICATION SCREEN... 5 HOMEPAGE... 6

WELCOME TO THE WORLD OF TELL ME MORE KIDS!... 3 TEACHER TOOLS... 4 IDENTIFICATION SCREEN... 5 HOMEPAGE... 6 User Manual Contents WELCOME TO THE WORLD OF TELL ME MORE KIDS!... 3 TEACHER TOOLS... 4 IDENTIFICATION SCREEN... 5 HOMEPAGE... 6 NAVIGATION... 6 EXITING TELL ME MORE KIDS... 7 PLACES... 7 VOCABULARY...

More information

Crop and Frame Your Photos

Crop and Frame Your Photos Crop and Frame Your Photos Paint Shop Pro s crop tool gives you total control over your photo compositions. Cropping allows you to turn busy portraits into professional prints. And when you have a nicely

More information

How To Create Aweber List & Follow Up Emails

How To Create Aweber List & Follow Up Emails How To Create Aweber List & Follow Up Emails Step 1 Login to Aweber Go to http://aweber.com/?316320. Now enter your customer login (affiliate ID) and password, then click on Login To My Account (image

More information

Beginning PowerPoint: Hands-On Exercise (Windows XP) Regent University

Beginning PowerPoint: Hands-On Exercise (Windows XP) Regent University Beginning PowerPoint: Hands-On Exercise (Windows XP) 10/1/02 (Creation Date) 01/08/2004 Regent University The Center for Teaching & Learning 1 Beginning PowerPoint: Hands-On Exercise (Windows XP) 1. Open

More information

Jump-Start Tutorial For ProcessModel

Jump-Start Tutorial For ProcessModel Jump-Start Tutorial For ProcessModel www.blueorange.org.uk ProcessModel Jump-Start Tutorial This tutorial provides step-by-step instructions for creating a process model, running the simulation, and viewing

More information

Introduction to Computers: Session 3 Files, Folders and Windows

Introduction to Computers: Session 3 Files, Folders and Windows Introduction to Computers: Session 3 Files, Folders and Windows Files and folders Files are documents you create using a computer program. For example, this document is a file, made with a program called

More information

Making Visio Diagrams Come Alive with Data

Making Visio Diagrams Come Alive with Data Making Visio Diagrams Come Alive with Data An Information Commons Workshop Making Visio Diagrams Come Alive with Data Page Workshop Why Add Data to A Diagram? Here are comparisons of a flow chart with

More information

SolidWorks Building Blocks Tutorial. Toy-car

SolidWorks Building Blocks Tutorial. Toy-car SolidWorks Building Blocks Tutorial Toy-car From the age of until the age of For use with SolidWorks Educational Release 2010-2011 This tutorial was developed for SolidWorks Worldwide and may be used by

More information

Sage Accountants Business Cloud EasyEditor Quick Start Guide

Sage Accountants Business Cloud EasyEditor Quick Start Guide Sage Accountants Business Cloud EasyEditor Quick Start Guide VERSION 1.0 September 2013 Contents Introduction 3 Overview of the interface 4 Working with elements 6 Adding and moving elements 7 Resizing

More information

Mapping with CMap Software Jamie Armstrong

Mapping with CMap Software Jamie Armstrong Mapping with CMap Software Jamie Armstrong Download free Cmap software at http://cmap.ihmc.us TOPICS PAGE 1. Open a new Cmap workspace 2 2. Access Views - Cmap Tools 2 3. Make two Nodes with a Link 2 4.

More information

Windows: File Management. Lesson Notes Author: Pamela Schmidt

Windows: File Management. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Task Bar Properties One way to change the Task Bar Properties is to right click on the task bar. This will bring up the Task Bar Shortcut Menu. Choose Properties off

More information

MailChimp Instruction Manual

MailChimp Instruction Manual MailChimp Instruction Manual Spike HQ This manual contains instructions on how to set up a new email campaign, add and remove contacts and view statistics on completed email campaigns from within MailChimp.

More information

Creating Your Own 3D Models

Creating Your Own 3D Models 14 Creating Your Own 3D Models DAZ 3D has an extensive growing library of 3D models, but there are times that you may not find what you want or you may just want to create your own model. In either case

More information

Macintosh System OSX #1

Macintosh System OSX #1 Recipes4Success Macintosh System OSX #1 2007. All Rights Reserved. This Material is copyrighted under United States copyright laws. Tech4Learning, Inc. is the exclusive owner of the copyright. Distribution

More information

How to Upload and Caption Videos on YouTube

How to Upload and Caption Videos on YouTube How to Upload and Caption Videos on YouTube Criteria: Must have a gmail account to upload a video Video Sign In: Launch YouTube.com Click on Sign In and login with your gmail account and password Uploading

More information

To Begin Customize Office

To Begin Customize Office To Begin Customize Office Each of us needs to set up a work environment that is comfortable and meets our individual needs. As you work with Office 2007, you may choose to modify the options that are available.

More information

Flash MX 2004 Animation Lesson

Flash MX 2004 Animation Lesson Flash MX 2004 Animation Lesson By Tonia Malone Technology & Learning Services 14-102 Lesson Opening a document To open an existing document: 1. Select File > Open. 2. In the Open dialog box, navigate to

More information

Task Card #2 SMART Board: Notebook

Task Card #2 SMART Board: Notebook Task Card #2 SMART Board: Notebook Objectives: Participants will learn how to utilize the SMART Notebook. Table of Contents: Launching The SMART Notebook Page 1 Entering Text Page 1 Top Toolbar Page 2

More information

Longman English Interactive

Longman English Interactive Longman English Interactive Level 2 Orientation (English version) Quick Start 2 Microphone for Speaking Activities 2 Translation Setting 3 Goals and Course Organization 4 What is Longman English Interactive?

More information

How to create a Flash banner advert in DrawPlus X2

How to create a Flash banner advert in DrawPlus X2 How to create a Flash banner advert in DrawPlus X2 Open DrawPlus X2 and choose Start New: Keyframe Animation Select WebPlus 10 Flash Banner and click on Open The work area should look like the screenshot.

More information

Lesson 4. Temporal Management of Layers

Lesson 4. Temporal Management of Layers Lesson 4 Temporal Management of Layers In lesson 3, we handled the layers using the timeline. However, the notion of time did not come up at all. This lesson deals with the notion of time. In this lesson

More information

Advanced Layer Popup Manual DMXzone Advanced Layer Popup Manual

Advanced Layer Popup Manual DMXzone Advanced Layer Popup Manual Advanced Layer Popup Manual Page 1 of 42 Index Index... 2 About Advanced Layer Popup... 3 Features...3 Create a popup window with an image... 6 Introduction...6 Simple Layer Popup with an image...6 Applying

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

FROM MOONSCAPE TO GREENSCAPE MULTIMEDIA PRESENTATION. How do I do it?

FROM MOONSCAPE TO GREENSCAPE MULTIMEDIA PRESENTATION. How do I do it? FROM MOONSCAPE TO GREENSCAPE MULTIMEDIA PRESENTATION How do I do it? This presentation will help students learn to use Window s Movie Maker to create a commercial Step 1: Determine whether Movie Maker

More information

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7 MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7 In this tutorial, you will learn how to create your first game in Game Maker. The game you will create will be a simple maze game. The object of the game

More information

Using Kid Pix Deluxe 3 (Windows)

Using Kid Pix Deluxe 3 (Windows) Using Kid Pix Deluxe 3 (Windows) KidPix Deluxe 3 is a multimedia software program that is especially effective for use with primary level students. Teachers and students can create animated slide presentations

More information

Creating and Using Links and Bookmarks in PDF Documents

Creating and Using Links and Bookmarks in PDF Documents Creating and Using Links and Bookmarks in PDF Documents After making a document into a PDF, there may be times when you will need to make links or bookmarks within that PDF to aid navigation through the

More information

2. More Use of the Mouse in Windows 7

2. More Use of the Mouse in Windows 7 65 2. More Use of the Mouse in Windows 7 The mouse has become an essential part of the computer. But it is actually a relatively new addition. The mouse did not become a standard part of the PC until Windows

More information

Microsoft Office Publisher 2010

Microsoft Office Publisher 2010 1 Microsoft Office Publisher 2010 Microsoft Publisher is a desktop publishing application which allows you to create artistic documents as brochures, flyers, and newsletters. To open Microsoft Office Publisher:

More information

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window Accessing Microsoft PowerPoint To access Microsoft PowerPoint from your home computer, you will probably either use the Start menu to select the program or double-click on an icon on the Desktop. To open

More information

Jefferson County EMA and City of Birmingham Alert System

Jefferson County EMA and City of Birmingham Alert System First time user, click on Sign Up (Red Arrow). You can click on the blue Help and Answers button at any time during the registration process. Help and Answers Sign Up Fill out your profile information

More information

What is Microsoft PowerPoint?

What is Microsoft PowerPoint? What is Microsoft PowerPoint? Microsoft PowerPoint is a powerful presentation builder. In PowerPoint, you can create slides for a slide-show with dynamic effects that will keep any audience s attention.

More information

Notes: The Raspberry Pi Education Manual. Introduction

Notes: The Raspberry Pi Education Manual. Introduction The Raspberry Pi Education Manual Introduction 1 The Raspberry Pi Education Manual Version 1.0 December 2012 This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported

More information

Solar-Generation Data Visualization Software Festa Operation Manual

Solar-Generation Data Visualization Software Festa Operation Manual Solar-Generation Data Visualization Software Festa Operation Manual Please be advised that this operation manual is subject to change without notice. FL-003 CONTENTS INTRODUCTION Chapter1: Basic Operations

More information

Calendar: Advanced Features Set up reminders, sharing, secondary calendars, and more!

Calendar: Advanced Features Set up reminders, sharing, secondary calendars, and more! Sign in to Google Calendar at http://email.ucsc.edu with your CruzID and Blue password. You'll see your calendar weekly view. Calendar: Advanced Features Set up reminders, sharing, secondary calendars,

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

Using Your Polyvision Digital Whiteboard and Walk-and-Talk

Using Your Polyvision Digital Whiteboard and Walk-and-Talk Using Your Polyvision Digital Whiteboard and Walk-and-Talk What is Walk-and-Talk? The Walk-and-Talk Digital Whiteboard is a remote control operated interactive system that connects to your computer. You

More information

Click on various options: Publications by Wizard Publications by Design Blank Publication

Click on various options: Publications by Wizard Publications by Design Blank Publication Click on various options: Publications by Wizard Publications by Design Blank Publication Select the Blank Publications Tab: Choose a blank full page Click on Create New Page Insert > Page Select the number

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine The Blender Game Engine This week we will have an introduction to the Game Engine build

More information

Smart Board Notebook Software A guide for new Smart Board users

Smart Board Notebook Software A guide for new Smart Board users Smart Board Notebook Software A guide for new Smart Board users This guide will address the following tasks in Notebook: 1. Adding shapes, text, and pictures. 2. Searching the Gallery. 3. Arranging objects

More information

Quick Start Guide. Microsoft Publisher 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve.

Quick Start Guide. Microsoft Publisher 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Start Guide Microsoft Publisher 2013 looks different from previous versions, so we created this guide to help you minimize the learning curve. Quick Access Toolbar Add your favorite commands to the

More information

Making a Simple Plasticine Animation Using Digital Blue Movie Creator Duncan Whitehurst ICT Advisory Teacher Pembrokeshire County Council

Making a Simple Plasticine Animation Using Digital Blue Movie Creator Duncan Whitehurst ICT Advisory Teacher Pembrokeshire County Council 1. Plug your Digital Blue camera into the USB port of your computer and start up the digital Blue software. Click on the Stop Motion Animation tool on the opening screen. 2. Start by capturing 15 frames

More information

Module 1. 4 Login-Send Message to Teacher

Module 1. 4 Login-Send Message to Teacher Module 1. 4 Login-Send Message to Teacher Students, in this lesson you will 1. Learn to login to your InterAct account. 2. Learn how to send an email message. Logging on to Students Online 1. Launch the

More information

Inspiration can help you to structure your essays. It can be useful for brainstorming or revising a topic

Inspiration can help you to structure your essays. It can be useful for brainstorming or revising a topic Inspiration can help you to structure your essays It can be useful for brainstorming or revising a topic Similar to a paper based spider diagrams, but they are much more flexible You can copy and paste

More information

4 Gravity: A Force of Attraction

4 Gravity: A Force of Attraction CHAPTER 1 SECTION Matter in Motion 4 Gravity: A Force of Attraction BEFORE YOU READ After you read this section, you should be able to answer these questions: What is gravity? How are weight and mass different?

More information

Course Project Lab 3 - Creating a Logo (Illustrator)

Course Project Lab 3 - Creating a Logo (Illustrator) Course Project Lab 3 - Creating a Logo (Illustrator) In this lab you will learn to use Adobe Illustrator to create a vector-based design logo. 1. Start Illustrator. Open the lizard.ai file via the File>Open

More information

DYNAMICS TUTORIAL. The Dynamics Series

DYNAMICS TUTORIAL. The Dynamics Series DYNAMICS TUTORIAL Requirements Read the following introduction taken from the Dynamics Product Fundamentals manual. Then use the on-line tutorial to familiarize yourself with the basics of Dynamics. (Instructions

More information

SMART Notebook 10 User s Guide. Linux Operating Systems

SMART Notebook 10 User s Guide. Linux Operating Systems SMART Notebook 10 User s Guide Linux Operating Systems Product Registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at www.smarttech.com/registration.

More information

HOWTO annotate documents in Microsoft Word

HOWTO annotate documents in Microsoft Word HOWTO annotate documents in Microsoft Word Introduction This guide will help new users markup, make corrections, and track changes in a Microsoft Word document. These instructions are for Word 2007. The

More information

Password Protection Application for Verbatim USB Flash Drives

Password Protection Application for Verbatim USB Flash Drives Introduction User Manual Verbatim EasyLock Password Protection Application for Verbatim USB Flash Drives Version 1.00 Copyright 2010 Verbatim Americas, LLC. All rights reserved. All other brands and product

More information

Information Technology Solutions

Information Technology Solutions Connecting People, Process Information & Data Network Systems Diagnostic Testing Information Technology Solutions Getting started in Workflow Designer Prior Learning 1. While it helps to have some knowledge

More information

About XML in InDesign

About XML in InDesign 1 Adobe InDesign 2.0 Extensible Markup Language (XML) is a text file format that lets you reuse content text, table data, and graphics in a variety of applications and media. One advantage of using XML

More information

What s New in QuarkXPress 8

What s New in QuarkXPress 8 What s New in QuarkXPress 8 LEGAL NOTICES 2008 Quark Inc. as to the content and arrangement of this material. All rights reserved. 1986 2008 Quark Inc. and its licensors as to the technology. All rights

More information

Drip Marketing Campaign Manual

Drip Marketing Campaign Manual Drip Marketing Campaign Manual Released May 2006 Manual for Drip Marketing Campaign: Getting Started 1. Log into www.graphicaldata.com. 2. Hold cursor over the Tools tab. 3. Click on Drip Marketing Campaign.

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

Create an Art Collage

Create an Art Collage Create an Art Collage Anyone with children knows how much art they bring home from school everyday, those backpacks full of art add up fast. Now, you don t have to part with a single precious piece or

More information

Creating Hyperlinks & Buttons InDesign CS6

Creating Hyperlinks & Buttons InDesign CS6 Creating Hyperlinks & Buttons Adobe DPS, InDesign CS6 1 Creating Hyperlinks & Buttons InDesign CS6 Hyperlinks panel overview You can create hyperlinks so that when you export to Adobe PDF or SWF in InDesign,

More information

Learning Activity Management System TEACHER S GUIDE. October 2006 LAMS V2.0 for The First International LAMS Conference 2006

Learning Activity Management System TEACHER S GUIDE. October 2006 LAMS V2.0 for The First International LAMS Conference 2006 Learning Activity Management System TEACHER S GUIDE October 2006 LAMS V2.0 for The First International LAMS Conference 2006 James Dalziel (amended by Bronwen Dalziel) LAMS Teacher s Guide, October 2006,

More information

Business Analytics Enhancements June 2013

Business Analytics Enhancements June 2013 Business Analytics Enhancements June 03 Enhancement Summary June 03 Item # Site Location Enhancement Welcome Page New style - Fonts and colors have changed as a result of the enhanced reporting engine

More information

Advanced Database Concepts Using Microsoft Access

Advanced Database Concepts Using Microsoft Access Advanced Database Concepts Using Microsoft Access lab 10 Objectives: Upon successful completion of Lab 10, you will be able to Understand database terminology, including database, table, record, field,

More information

How to create database in GlycomcsPortal?

How to create database in GlycomcsPortal? How to create database in GlycomcsPortal? 1. Log- in Log in through Log in 2. Submit Content Click Submit Content on the menu. 3. Choose Database Choose Database as a type of entry you desire to create.

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information