Lesson Seven: Using Flags. What Are Flags? Flags are Variables or Switches Used to Help With Logic Control of your character. Normally, Flags are used.

Slides:



Advertisements
Similar presentations
1 After completing this lesson, you will be able to: Compose, address, and send messages. Format the body of a message. Attach a file to a message. Check.
Advertisements

Report Printing: Pre-Production Worksheet
Review Game Lessons 2 & 3 Review Game Lessons 2 & 3 Read the questions and choose the answer you feel best fits. To review the correct answer click on.
Events Chapter 7. Interactivity The real world is interactive User determines order of actions instead of programmer.
Events Chapter 7. Interactive Real world is interactive User determines order of actions instead of programmer.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Microsoft® Small Basic
How to Submit an Assignment after the Due Date. Click on “Courses” Tab.
Typing & Hotkey Proficiency. Table of Contents Keyboard Hand Placement – Left Hand – Right Hand Different types of Keys – Control Keys – Function Keys.
Online Calculator Basic Word Processing Skills Computer Keyboard Skills Computer Mouse Skills Basic Computer Terminology Computer Mouse Skills “I really.
How to make a game on game maker 7. Start With an Idea Before you actually start making your game, you are going to need an idea as to what it is you.
Roentgen photo effect. This detailed, thoroughly explained lesson will show you how to create very attractive roentgen photo effect. You can use this.
Creating FrontPage Tasks The task view allows you to add information about what you want to accomplish when creating your Web site.
Computer Information Technology – Section 5. Desktop and Taskbar Objective: To understand file and folder names, how to create, edit, delete folders.
GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
Guided Lesson.  In this lesson, you will learn how to modify existing bullets, insert new bulleted and numbered lists, select symbols as bullets, and.
1 After completing this lesson, you will be able to: View and open folders. Open, edit, and save files. Print files. Sort files. (continued)
Variables and Functions Chapter Variables Named storage location in computer’s memory Programs may need to store data when running o Stored in.
MEDITECH Community Wide Scheduling for Physical Therapy
Basic Navigation in SAP For the Windows Graphical User Interface (GUI) Click your mouse anywhere or select “Page Down” to scroll through the pages.
Several Ways to Print in Windows 98 by Ralph Godinez.
All About Me An Introduction To Opening And Saving Student Work.
Making a Boat Racing Game in Alice By Jenna Hayes Under the direction of Professor Susan Rodger Duke University, July 2010.
Concepts of Engineering and Technology Introduction To Basic Auto CAD Problem #2 1 Copyright © Texas Education Agency, All rights reserved.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 21 Fields and Forms.
1 Κατανεμημένες Διαδικτυακές Εφαρμογές Πολυμέσων Γιάννης Πετράκης.
Alice Learning to program: Part Three Camera Control, Invisibility, and 3-D Text By Ruthie Tucker and Jenna Hayes, Under the direction of Professor Rodger.
Introducing Scratch the Cat
Checking for Collisions: Alternative Method Erin Taylor Under the Direction of Susan Rodger July 2015 Duke University.
This tutorial teaches Microsoft Word basics. Although knowledge of how to navigate in a Windows environment is helpful, this tutorial was created for.
1 The EDIT Program The Edit program is a full screen text editor that allows you to: Create text files Create text files Edit an existing text files Edit.
Productivity Programs Common Features and Commands.
How to Recall after Submitting a Tk20 Assignment Use this when you submitted the wrong document to an assignment and need to submit a different or more.
Click your mouse for next slide Flash – Morphing and Shape Tweening You have designed some motion animation with the last lesson There is another type.
Keyboard Fun! We will have some fun typing our name! 1.
1.Open your MP3 file made in the previous lesson. 2.Where you normally click ‘Design’ use the drag down box to select ‘Photo Album’ 3.In the centre of.
Invoice Pick Entry - Menu Location Use this function to invoice orders from your location shipped via UPS.
RIGHT Mouse Button Formatting Cut Copy Paste Save LEFT Mouse Button MAIN BUTTON Single clicks Double clicks Drag Highlight.
Chapter 3 The Visual Basic Editor. Important Features of the VBE Alt-F11 will open the Visual Basic Editor. The Code window is to the right, Project Explorer.
Game Maker – Getting Started What is Game Maker?.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
) Main Menu: You can access all aspects of the database from this screen 2) Contacts: You can access the “contact database management” side of.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Visual Basic for Application - Microsoft Access 2003 Programming applications using Objects.
1 * * * Updated for NTS software version , * * *
Slide 1 Using Menu Bar & Common Dialog Boxes. Slide 2 Setting Up the Main Items v First open the form on which you want the menu located v Then start.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Tutorial for Arrays and Lists. Description This presentation will cover the basics of using Arrays and Lists in an Alice world It uses a set of chickens.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Variables and Random Numbers Computer App Session 4.
Copyright © 2015 Curt Hill UDK Animation with Kismet and Matinee Visual Scripting.
Lesson 3 Notes. 1.Existing presentations can be opened and modified 2.You can open an existing presentation by choosing Open under the File Tab, by double.
Lesson Nine: Miscellaneous Items. Shooting in Both Directions Used when you want your character to shoot things in multiple directions. You need to have.
LESSON 2 Microsoft PowerPoint THE GOAL OF THIS LESSON IS FOR STUDENTS TO SUCCESSFULLY CREATE A THEMED PRESENTATION AS WELL AS MAKE MODIFICATION.
Configuring a New Program in PLC’s Window 7. Step 1 Click on the Blank Paper icon to begin a new program.
USING THE LDS.ORG CALENDAR IN MY CALLING – Calendar Editor.
>>0 >>1 >> 2 >> 3 >> 4 >>
Chapter Getting Functional with Tally.ERP 9.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Scratch for Interactivity
Let's Race! Typing on the Home Row
Select Internet Options
PURCHASING CARD Training
Restricting an Event with a Conditional
Week 6: Time and triggers!
Signing off Transactions, The 17 Step Process
Learning to Program: Part 3 Camera Control, Invisibility and 3-D Text
Game Over Module 4 Lesson 2.
Restricting Events Creating Conditional Events in Alice By Henry Qin
Presentation transcript:

Lesson Seven: Using Flags

What Are Flags? Flags are Variables or Switches Used to Help With Logic Control of your character. Normally, Flags are used inside a level/frame, to denote a yes or no situation (Boolean – True of False). Flags are used in various ways, such as: – Picking up Objects – Dropping Objects – Activating Switches – Activating Cut Scenes

Use Flags Go To Event Editor. To Pick Up An Object: – Create a Collision Event with your character and the object you want to pick up. – Right Click Under Your Character (or item) and go to Flags. – Click on “Turn Flag On”. – A new pop-up will appear showing a calculator. Enter a Number to denote the flag. Hit OK. – Create a New Event with the object that you have the flag on. Right Click on the Object  Go To Alternating Values  Flags  Is Flag On? Another Number Box Pops Up. Enter the same number you did before. Hit OK. Right Click Under the Object that You Want to Pick Up. Go To Position  Select Position  Click on the Character, then move the checker box to a location on the character you want the object to appear.

Picking up and dropping an object First click on new condition. Right click on the item you want to pick up. Go down to Alternating Value  Flags  Is Flag On? – A Pop up box will appear. Type in the Number Flag you Want (Recommend 0). Right Click under the item and go to Position  Select Position – A New window will pop up. Click on your Character and Move the checker box to your character’s hand. Create a New Condition. Right click on the keyboard icon. – Go to Keyboard  Upon Pressing a Key – Press the Designated Key. Right click under the item you want to pick up. – Choose Flags  Toggle – A Pop Up Box will appear. Choose the same number you put in before. Hit OK.

Exercise Open Your Application. Select Your Frame. Go Into Event Editor and Create a flag event that lets your character pick something up. Save Your Game.