Step 1: Right click on green arrow

Slides:



Advertisements
Similar presentations
(MICROSOFT EXCEL). Is a spreadsheet application designed to take advantage of the windows graphical interface MICROSOFT EXCEL.
Advertisements

Creating Your Bibliography Setting a Hanging Indent.
Open Powerpoint and go to Slide Show in the top menu. Click VIEW SHOW. Then type in the white boxes. Type Name Date:
© 2010 Delmar, Cengage Learning Chapter 2 Working with Text.
 Multiple tests may appear.  Select the test as directed by your teacher.
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.
1 After completing this lesson, you will be able to: Create a workbook. Understand Microsoft Excel window elements. Select cells. Enter text, numbers,
Office 2003 Advanced Concepts and Techniques M i c r o s o f t Word Project 6 Creating a Professional Newsletter.
Ichthyophilia Created by: Steve Kelsch and Eric Bless University of North Dakota 2006 Learn the fishes with.
1 TITRE Click to edit text. 2 Text box Click to edit text A Titre.
Basic Editing Lesson 2- Part 2. Navigating and Searching Through a Document Find command options, the mouse, scroll bars, and various keystroke and keyboard.
1 After completing this lesson, you will be able to: Add text to slides. Adjust the position of text objects. Format text. Change text alignment and spacing.
1 Turn on the Wii, go to the Wii menu.. 2 Click on the Wii options.
Guided Lesson.  In this lesson, you will learn how to modify existing bullets, insert new bulleted and numbered lists, select symbols as bullets, and.
. © 2003 Ownership Associates < Go back Advance > OA INC Using E-Learning Tools From Ownership Associates, Inc.
Lesson No:9 MS-Word Tools, Mail Merge and working with Tables CHBT-01 Basic Micro process & Computer Operation.
To search for a credit class, Click on Credit students.
Guess What’s Behind the Box Next Slide Remove Box Next Slide.
Web Site Design and Editing Manual for Concordia Seminary Graduate School.
1 After completing this lesson, you will be able to: Start Word. Explore the Word window. Enter text in a document. Save a document. Close a document and.
Animate picture to peek from bottom (1 of 3) 1. Right click on picture you want to animate. 2. Click on Custom Animation. 2 1 R.
Basic Editing Lesson 2.
Microsoft PowerPoint Tutorial Created by L. George 2006.
Creating an Action Button in PowerPoint XP You will need to create all of your slides first. Then you are ready to start making buttons!
Lesson 10 Using AutoShapes, WordArt, and Comments Lesson 10 Using AutoShapes, WordArt, and Comments.
How to Make a Graph “Bar” Graph Edition MS Step 1. Construct a generic table including your raw data that you want to be graphed.
Image #1 Getting Started
Adding a wave file to a slide Adding a wave file to a slide (1 of 7) 1. Click on Insert. 2. Click Movies and Sounds. 3. Click Sound from file
Block Quoting Computer Instructions on How to Block Quote in Microsoft Word 2010.
1 After completing this lesson, you will be able to: Open a file. Navigate through a document. Scroll through a document. Insert text in a document. Select.
Scratch Part 3 – Creating a level. What you will be doing.  You will make the first level to your game.  You need to think about the following when.
{ Power Point and Text Working with Text Boxes and Formatting Text.
Create a space Using the box Draw tool for your image.
It is a digital recording of your computer screen. Screencasts are important in online teaching because it is a way of replacing traditional classroom.
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.
Distribution Statement A: Unlimited Distribution Introduction to Microsoft PPT.
Locator Map Instructions A Blank Locator Map is located on page 3 below. You are welcome to make a locator map in any program. To make one in Powerpoint:
How to Change a Microsoft Word Document to a PDF Fillable Form!
Enabling/Disabling JavaScript
Home Screen Aircraft Carrier A B C D E F G H
Click on the button Start.
After completing this lesson, you will be able to:
Creating a Tank Game in Scratch
Guess What’s Behind the Box
Guess What’s Behind the Box
FIND THE CORRECT ORDER Click Here to begin FIND THE CORRECT ORDER.
Basic Editing Lesson 2.
1.
Guess What’s Behind the Box
Proxies Granting proxy authorization enables another provider to access your Inbox Documents and handle them for you. Your proxy can review, sign, refuse,
Key Applications Module Lesson 12 — Word Essentials
Prefixes are added to the beginning of words to change their meaning.
Click ‘browse’ to search your device for
WIZCHANNELS.COM Step 1. Stb emulator main menus on 1st startup.
 Click on a present to go to a question
Introduction to PowerPoint
Personal Planning System Enterprise Edition
How to PostPower Point Presentations
This is a setup file for a Jeopardy game.
Format a Table: 4.4 project 2
Courses Tab Press the Courses tab
Ensure the cursor is in cell A1 of the ‘Output worksheet.
Image #1 Getting Started
This is a setup file for a Jeopardy game.
Allocate groups/ teams in the control tower
Discussions in the classroom
Podcasting Thai Lessons to the “M Crowd”
Key Applications Module Lesson 12 — Word Essentials
This is a setup file for a Jeopardy game.
Unity Game Development
Presentation transcript:

Step 1: Right click on green arrow   Step 2: Script box will appear Step 3: Edit this line of text – _root.dx=?; Step 4: Replace ? with a number between 5 - 20 (Higher the number the faster movement) Step 5: Click Ok

Step 1: Right click on green arrow   Step 2: Script box will appear Step 3: Edit this line of text - _root.dx=?; Step 4: Replace ? with a number lower than 4 Step 5: Click Ok

Step 1: Right click on green arrow   Step 2: Script box will appear Step 3: Edit this line of text - _root.jumpSpeed=-??; Step 4: Replace ?? with a number between 17 - 25 Step 5: Click Ok

Step 1: Right click on green arrow   Step 2: Script box will appear Step 3: Edit this line of text - _root.jumpSpeed=-??; Step 4: Replace ?? with a number between below 16 (0 means you can’t jump) Step 5: Click Ok

Step 1: Select a monster element   Step 2: Click the green rotation arrow Step 3: Click on the drop down menu and click Advanced… Step 4: Script box will appear on screen Step 5: In the white space type _root.player._x=?; press return and then type _root.player._y=?; Step 6: Edit the X Value which equals the horizontal position. Replace the ? with a number from 0 – 640 Step 7: Edit the Y Value which equals the vertical position. Replace the ? with a number from 0 – 480 Step 8: Click Ok

Make a Power Up Step 1: Select a monster element When you want to make your character jump lower or move slowly during a game. Step 1: Select a monster element Step 2: Click the green rotation arrow Step 3: Click on the drop down menu and click Advanced… Step 4: Script box will appear on screen Step 5. In the white space type one or all of the following _root.jumpSpeed=-?; (replace ? with a number between 17 – 25) If you want to make the character jump higher _root.dx=?; (replace ? with a number between 5 – 20) If you want to make the character move more quickly this._visible=false; Step 6: Click Ok Make a Power Up

Make a Power Down Step 1: Select a monster element When you want to make your character jump higher, move more quickly during a game. Step 1: Select a monster element Step 2: Click the green rotation arrow Step 3: Click on the drop down menu and click Advanced… Step 4: Script box will appear on screen Step 5. In the white space type one or all of the following. _root.jumpSpeed=-?; (replace ? with a number below 10) f you want to make the character jump less. _root.dx=?; (replace ? with a number between below 4) If you want to make the character move more slowly this._visible=false; Step 6: Click Ok Make a Power Down

Make an element invisible Step 1: Select a monster element Step 2: Click the green rotation arrow Step 3: Click on the drop down menu and click Advanced… Step 4: Script box will appear on screen Step 5. In the white space type this._visible=false; Step 6: Click Ok Make an element invisible

Step 1: Select a monster element   Step 2: Click the green rotation arrow Step 3: Click on the drop down menu and click Advanced… Step 4: Script box will appear on screen Step 5. In the white space type: _root.lives+=1; _root.Showlives(); this._visible=false; It will not show more lives than you start with. Step 6: Click Ok

Step 1: Select a monster element When you want to lose a life and teleport the player, make a power up vanish etc…   Step 1: Select a monster element Step 2: Click the green rotation arrow Step 3: Click on the drop down menu and click Advanced… Step 4: Script box will appear on screen Step 5. In the white space type: _root.looseLife(); _root.Showlives(); Step 6: Click Ok

blank blank