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



Similar documents
MAKING AN ANIMATION in MICROWORLDS PRO

Scratch Primary Lesson 4

Task Card #2 SMART Board: Notebook

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

Working With Animation: Introduction to Flash

Unified Communications Using Microsoft Office Live Meeting 2007

The Notebook Software Activity Guide

REFERENCE GUIDE 1. INTRODUCTION

Welcome to The Grid 2

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

SMART Board Menu. Full Reference Guide

Use fireworks and Bonfire night as a stimulus for programming

Stu S Double Jeopardy Create Your Own Quizzes

2010 Document Template Administration. User Guide. Document Template Administration

Microsoft Word Track Changes

Using Kid Pix Deluxe 3 (Windows)

Using WebEx. Support. Accessing WebEx. WebEx Main Screen

Florence School District #1

Intellect Platform - Tables and Templates Basic Document Management System - A101

Information Technology Solutions

Choosing your Preferred Colours in Windows

How To Insert Hyperlinks In Powerpoint Powerpoint

2. How to Use SMART Board as a Projector and Whiteboard

Microsoft PowerPoint 2008

Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1

SMART BOARD USER GUIDE FOR PC TABLE OF CONTENTS I. BEFORE YOU USE THE SMART BOARD. What is it?

Creating a Website with Google Sites

The SMART Board Interactive Whiteboard

Mortgage Trading Exchange (MTE)

Smart Sync. Computer Classroom Management Software. What is SMART Sync? Table of Contents

Podcasting with Audacity

1.0-Scratch Interface 1.1. Valuable Information

Triggers & Actions 10

Inking in MS Office 2013

MAKE AN A-MAZE-ING GAME

Harrisburg University Skype for Business User Guide

PowerPoint 2007: Basics Learning Guide

Introduction to Microsoft Publisher : Tools You May Need

AODA Mouse Pointer Visibility

Microsoft PowerPoint 2010 Handout

Using. An excerpt from Smart Technology's getting started manual explaining the basics of the SmartBoard and how to use it.

Vanderbilt University School of Nursing. Running Scopia Videoconferencing from Windows

First Time On-Campus Remote Desktop Connection ipad Edition

SMART Board 9 Software Tips and Tricks

Scanned image. If multiple scanner installed in the computer then click here to select desired scanner. Select Resolution, Color, and Scan Type.

Graphic Objects and Loading Them into TGF2/MMF2

Virtual Communities Operations Manual

SMART Board User Guide for PC

REMOTE DESKTOP SETUP INSTRUCTIONS

SMARTstuff. The first rule for using an interactive whiteboard is very simple and of the utmost importance: Have faith in yourself you can do this!

With a wide variety of drag and drop widgets, adding and updating information on your website will be a snap!

Using PowerPoint s Advanced Features. What Are Advanced Features? Basic Skills:

MSW LOGO 2. MSW LOGO is a programming language that lets you store a series of instructions on the computer.

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

DIA Creating Charts and Diagrams

How to Use the Drawing Toolbar in Microsoft Word

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

HOWTO annotate documents in Microsoft Word

Chapter 9 Slide Shows

Longman English Interactive

SMART Board Training Outline Trainer: Basel Badran

SMART Board Tips & Tricks (version 9.0) Getting Started. SMART Tools vs. SMART Notebook software

MICROSOFT WINDOWS NAVIGATION

First Time Off-Campus Remote Desktop Connection ipad Edition

Skype for Business User Guide

Vision Report Setup. 3. If you want to set up the report to go to the default printer instead, click the Clear Printer & Paper Setup button.

Note: To increase your bet by another amount, select another chip from the bottom right of the game panel.

Microsoft Outlook 2007 Calendar Features

How to Set-Up your Pay Pal Account and Collect Dues On-Line

Basic Introduction. GMFX MetaTrader 4.0. Basic Introduction

Remote Desktop In OpenSUSE 10.3

ClarisWorks 5.0. Graphics

Qualtrics Survey Tool

In this example, Mrs. Smith is looking to create graphs that represent the ethnic diversity of the 24 students in her 4 th grade class.

How To Create A Document On A Pc Or Macbook

Skype for Business. User Guide. Contents

INTRODUCTION 5 COLLABORATION RIBBON 5 SELECT THE UPDATING METHOD 6 MAKE YOUR PROJECT COLLABORATIVE 8 PROCESSING RECEIVED TASK UPDATES 9

Communicate: In Print

RDM+ Remote Desktop for Mobiles For Blackberry Playbook

Flash MX Image Animation

Creating Hyperlinks & Buttons InDesign CS6

SMART Board Training Packet. Notebook Software 10.0

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

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

Welcome to CSU The Software Used To Data Conference.

In list view, the Finder window displays folder or volume contents as a list, which can be sorted by name, date, kind, or other criteria.

SQ TRADING STATION User Guide & Installation

Toolbars and Tabs in SMART Notebook Software

Audition Monster Truck Project Tutorial. -Open Adobe Audition -Click Multitrack in the top left corner

How To Use An Apple Macbook With A Dock On Itunes Macbook V.Xo (Mac) And The Powerbar On A Pc Or Macbook (Apple) With A Powerbar (Apple Mac) On A Macbook

SMART Board User Guide for Mac

Week 2 Practical Objects and Turtles

Lync Online Meeting & Conference Call Guide

Appointment Scheduler

Microsoft PowerPoint 2010 Templates and Slide Masters (Level 3)

Using Microsoft Access

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

Welcome, today we will be making this cute little fish come alive. Put the UltimaFish.bmp texture into your Morrowind/Data Files/Textures directory.

Customize and Print AirLiner Slate Underlays Using the SMART Board Software Contro...

Transcription:

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 turn the Turtle? How do I stop the Turtle? How do I paint a background? How do I change turtle s shape? How do I make my own shape? How do I change a page? How do I make turtle do something when it goes over a colour? Page 11 How do I make turtle do something when it hits another turtle? Page 12 Page 13 Page 14 How do I add music & sounds? More about sounds! How do I control turtle from the keyboard? 2

Introduction MicroWorlds EX is an amazing control program. It can be used to make wonderful computer based projects, which look and sound great, as well as being fun to use. MW EX will help develop important ICT skills while at the same time really being fun. With it you can make: Interactive storybooks Presentations Computer Games Quizzes and many more besides. This book will help users to progress through the program by answering some of the more commonly asked How do I? questions which occur in the classroom. 3

How do I move the Turtle? This is easy, but there are lots of ways to do it. Here are the basic ones you might need. If you just want to make him jump across the screen, try these commands out; fd 100 bk 200 glide 500 1 (move across the screen 50 steps at speed 1) Just to get the turtle to move, right click the turtle and choose animate! Click the button tool, then enter the short program. Click OK and click your new button. What happens? Can you change it? 4

How do I turn the Turtle? Three easy ways! Use rt or lt in the command window to turn turtle left or right. You will need to use a number to tell turtle how far to turn. So it might be rt 90 or lt The second way is to type seth <number> into the command window 0 is north or up the screen 90 is east or heading right across the screen 180 is south or heading down the screen 270 is west or heading left across the screen There are 356 others to choose from! Try putting it on a button, like this; Click the button tool to make a button, button tool Leave do it set to once or turtle will spin on the spot! 5

How do I stop the Turtle? Good question! Stop everything by typing stopall. But that stops everything in the whole project. If you started a turtle moving with animate (see page 4), use this command to stop it: clickoff If you have more than one turtle on the screen you can talk to the one you want to stop, like this tto t1 clickoff (that talks to turtle one) or you could just click on me! If everything is getting out of hand, click the hand tool to stopall! 6

How do I paint a background? MicroWorlds has a full graphics toolbox built right into the program. It has all the tools and colours you will need to make your projects look great. Open the paint tools by clicking on the yellow diamond icon drawing and painting tools eraser, double click to clear the whole screen choose from these colours shapes and sizes for brushes and pens paint transparency control fill textures and patterns You can also paste in any picture from another program or from the Internet. Just paste it onto your page, right click and Stamp it onto the page. 7

How do I change turtle s shape? You can make turtle look like anything you like. There are lots of shapes (sometimes they re called sprites) for turtle to wear in the program; open the painting toolbox with the button. This button opens the single shapes, select a shape and click on turtle simple! This button opens the animated shapes, select a set of shapes by holding down shift, then click on turtle. The paint window contains painting tools, backgrounds and two sets of turtle shapes, single and animated. 8

How do I make my own shape? So you want to make your own turtle shape can you do that? Yes you could get any picture from the internet or one you have drawn and use it as a sprite in your project. Here s how. Draw your shape on the screen with the painting tools. selection tool Select the shape with the selection tool. how to get the shapes window Then paste the shape into an empty box in the shape window. right click paste to get it here Last step, click on your newly pasted shape to select it, then click on a handy turtle voila! 9

How do I change a page? Your project can have lots of pages in it, so it s great for presentations, games, stories, slideshows But you will need to be able to move around your project. Here s, how Create as many pages as you like by selecting new page from the Pages menu. You can give the page a name if you want to, or you can copy a whole page by selecting Duplicate Page. The transitions affect how one page changes to another. You can use them or not. You can move from page to page in lots of ways. Here s three. Method One (easy) Click the page turn buttons at the top of the page. It s that easy! Method 2 (still pretty easy) Add a button to the screen, give it a label like Click me for the next page, then type the page you want to go to in the instruction slot. It doesn t HAVE to be the next page... Method Three (the hardest here) Use your page turn instruction in a procedure; it might look like this; to collision announce [whoah! We hit!] page3 end 10

How do I make turtle do something when it goes over a colour? You can make things happen when the turtle goes over an area of colour on the screen. This is very useful to control your projects. Paint an area of colour onto your page, then right click it and select Edit. Type your instructions in here! You can put an instruction in the mouse or turtle lines, this means that you could have the program responding to the mouse pointer or a turtle crossing over a colour. In this example, the turtle turns round if it crosses an area of red. Each turtle can have its own colour command. Just right click the turtle and choose open backpack. Click the Rules tab, and enter the command in the On Color line. The dropdown menu lets you choose which colour you want the turtle to respond to. That way, different turtles can do different things when they go over the same colour! 11

How do I make turtle do something when it hits another turtle? This is really easy. Just two steps to control powerful collision routines! Step 1 Right click the turtle, and choose Open Backpack. Step 2 Open the Rules tab, and type the command into the OnTouching slot. OnTouching slot, your command goes here. Click the Rules tab to see the page you need. Some good commands to try in the OnTouching slot announce [Ouch, that hurt!] rt random 360 Try putting them together; announce [watch out!] rt 45 clickon 12

How do I add music & sounds? Your projects will be much better if they have some sounds or music with them. Adding them is really easy. Use the file menu and choose import. Decide if it is music or sound you want to include, this example is for music. You may need to navigate to the place where the sounds are saved on your computer. The program comes with lots of sounds, or you can import your own from the Internet. MicroWorlds EX can use midi files and.wav sounds. If you tick the Embed into project box, the sound will be permanently part of your project, but it will make it bigger. When the sound is on the screen, it looks like this. To play it, you can click it, or call it from a procedure, like this; To playmusic launch [barber] end Launch starts the sound playing, then lets the computer get on with the rest of your project so the sound plays while other things are happening. 13

More about sounds! To make your project look better, right click the sound file and choose hide, it will still be there and work, but you won t see it on the screen. Microphone icon If you click the microphone icon in the toolbar, you can record your own sound into your project. Of course, you will need to have a microphone connected to your computer to do this. The final way is to click the musical notes icon. This opens the built in music editor: You can enter notes by clicking the piano keys, change note lengths, and change the voice and the tempo. Click OK and the tune is added to your project. 14

How do I control turtle from the keyboard? This is quite a hard one. You need to write a procedure into the procedure window, then call it from the command window, or from somewhere in your game. The basic procedure uses a command called readchar, which reads the keyboard to see which key is being pressed, then does something with it. Here s an example. Type this into the procedures window to steer let [key readchar] if (ascii :key) = 37 [seth 270] if (ascii :key) = 38 [seth 0] if (ascii :key) = 39 [seth 90] if (ascii :key) = 40 [seth 180] end Next, right click your turtle and select Animate, then type forever [steer] into the command window and press enter. You are now driving your turtle through the arrow keys!...and here is the command window! 15

Some useful Logo commands Make sure you have a turtle on the screen, try the command below by typing them into the command window, and pressing Enter. fd 100 bk 100 rt 90 lt 180 glide 100 1 glide 200 2 ht st (right click, select animate, then try) clickoff clickon pd (then try a move command) pu There are hundreds of Logo commands, look in the help menu in the program to see them all. 16