Create Pipes. Create Pipes: Step 1 Click “Add event”

Slides:



Advertisements
Similar presentations
Add title Add a picture or a description. Question 1(True) Click to type your question here I have made this an easy True/false question true False Next.
Advertisements

1 After completing this lesson, you will be able to: Create a new presentation using a design template. Enter text in the Slide pane. Create a new slide.
Using “So what is the Truth” Template Copy the presentation to your hard drive. Open the slides using slide sorter and copy slides #3, 4, and 5 for each.
© Paradigm Publishing, Inc Excel 2013 Level 1 Unit 2Enhancing the Display of Worksheets Chapter 7 Creating Charts and Inserting Formulas.
Go to your Event Sheet Click to Add Event Select “Monster” then Next!
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
03 | Exploring Construct 2 Templates
Add Globals. Add Globals: Step 1 Double-click “Event sheet 2”
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Power Point Demo ISYS 363. Slides To add new slide –Home/New Slide –Apply slide layout Text Content Text and content Other layouts Chart, organization.
Programming Task: Task 1 Controlled Assessment Practice.
Construct 2 Game Development Shahed Chowdhuri Sr. Technical Evangelist
MrsBillinghurst. net A2 Computing A2 Computing Projects Game Animation in Pascal.
Power Point Template Title Slide: Option1
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
 Review  Created our own motion block called “draw square”  Used script to create a square with side lengths of 100 steps.
Right-click to Rename each sprite Name them: Player Monster Bullet Explosion.
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!
CSD 340 (Blum)1 Using Visual Studio CSD 340 (Blum)2 Start/Microsoft Visual Studio 2005/Microsoft Visual Studio 2005.
Serif Part 2 Adding text popups to pictures Adding a rollover image Adding a popup rollover Adding a Voki.
PowerPoint Skills. Inserting Clip Art 1. Make sure your slide layout contains at least one content placeholder 2. Click the Clip Art icon and select an.
Scratch Flappy Bird Coding By Aaisha Ahmed. This is called the velocity it keeps the bird moving through out the whole game. (moving up & down) When you.
Creating a Dynamic Web Page Template Module 5: Beyond the Basics with Expression Web LESSON 10.
How to create & use Dreamweaver Templates. Creating a Dreamweaver Template o A template is a common structure or layout of a web site that most of your.
Excel application for accounting principles. Creating a New Chart  Before you create a chart, you need to identify the data that is to be included.
Galactic Mail Part 2. Winning and Losing Exploding Asteroids Including Scoring Adding Levels And more.
1 SAVE A DRAWING AS A TEMPLATE TO REUSE: SETTINGS, DRAWING SHEETS, LAYOUTS, STYLES WITHOUT RECREATING THEM IN EACH NEW DRAWING. TO REUSE: SETTINGS, DRAWING.
Construct 2 Game Development for Kids Platformer Tutorial: Part 1 Shahed Chowdhuri.
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.
Variables and Inheritance Part 1 Alice. Review: Properties A class defines properties for its own kind of object. When an object is created (instantiated),
Delivered on Project II Lecture Game Technology Study Program Politeknik Elektronika Negeri Surabaya.
How to use this template
Chapter 6 Modifying Cell Styles
Edit a Public Holiday – Holiday Calendar
Variables.
Game Development with Construct 2
Microsoft Publisher video tutorial
MAGAZINE STANDARDS Titles are in TEEN font. Size 36 (or larger)
اختر أي شخصية واجعلها تطير!
Back Cover Cover Page Page 1-Triple click in this textbox and enter your information for Page 1 of your book. Page2-Triple click in this textbox and enter.
Back Cover Cover Page Page 1-Triple click in this textbox and enter your information for Page 1 of your book. Page2-Triple click in this textbox and enter.
Chapter (3) - Looping Questions.
February 2, February 2,
Excel: Formulas & Functions II Participation Project
Faculty of Humanities Insert title here.
ICT Gaming Lesson 3.
Flappy bird Demo: Lesson 5 Flappy bird Demo:

Intro to Construct 2 Game Development
How to use this template
Relational Expressions
YOUR text YOUR text YOUR text YOUR text
CLICK TO ADD TITLE IN HERE
Angles on a straight line Vertically opposite angles
Faculty of Humanities Insert title here.
Back Cover Cover Page Page 1-Triple click in this textbox and enter your information for Page 1 of your book. Page2-Triple click in this textbox and enter.
Faculty of Humanities Insert title here.
Chapter 6 Lesson 3.
2 Hours Minutes Seconds Insert Text Here.
With Animation 2. The Second Wave 1. The First Wave 3. The Third Wave.
Options > Settings > Rules
Construct 2 Game Development: Flapping Bird

Faculty of Humanities Insert title here.
单击此处添加文字标题 单击此处添加副标题.
How to use this template
Publisher Tutorial.
Presentation transcript:

Create Pipes

Create Pipes: Step 1 Click “Add event”

Create Pipes: Step 2 Select “System” Click “Next”

Create Pipes: Step 3 Select “Every X seconds” Click “Next”

Create Pipes: Step 4 Click “Done” Enter: Interval: SECONDSPEROBSTACLE

Create Pipes: Step 5 Click “Add action”

Create Pipes: Step 6 Select “System” Click “Next”

Create Pipes: Step 7 Select “Create object” Click “Next”

Create Pipes: Step 8 Click “Done” Select/Enter: Object to create: pipetop Layer: 0 X: 440 Y: random(50, -250)

Create Pipes: Step 9… Add similar action for pipebottom … but use Y = TopPipe.Y + 750

Create Pipes: Done!

Add Instance Variable

Add Instance Variable: Step 1 Select “pipebottom”

Add Instance Variable: Step 2 Click Instance variables

Add Instance Variable: Step 3 Click “Add new”

Add Instance Variable: Step 4 Enter: Name: Scored Type: Boolean Initial value: false Description (optional) Click “OK”

Add Instance Variable: Step 5 Close popup

Add Instance Variable: Step 6 Click “Add action”

Add Instance Variable: Step 7 Select “pipebottom” Click “Next”

Add Instance Variable: Step 8 Select “boolean” Click “Next”

Add Instance Variable: Step 9 Click “Done” Select Value: False

Add Instance Variable: Done!

Add Score TextBox

Add Score TextBox: Step 1 Right-click then Insert new object

Add Score TextBox: Step 2 Click “Insert” Select “Text”

Add Score TextBox: Step 3 Click inside Layout to place TextBox

Add Score TextBox: Step 3 Rename to “ScoreText”

Add Score TextBox: Step 4 Click “Add action”in Event Sheet 2

Add Score TextBox: Step 5 Select “ScoreText” Click “Next”

Add Score TextBox: Step 6 Select “Move to top” Click “Done”

Add Score TextBox: Done!

Add OnStart Events

Add OnStart Events: Step 1 Click “Add event”

Add OnStart Events: Step 2 Select “System” Click “Next”

Add OnStart Events: Step 3 Select “On start of layout” Click “Done”

Add OnStart Events: Step 4 Click “Add action”

Add OnStart Events: Step 5 Select “ScoreText” Click “Next”

Add OnStart Events: Step 6 Select “Set text” Click “Next”

Add OnStart Events: Step 8 Click “Done” Enter: Text: 0

Add OnStart Events: Step 9… Add more actions: TiledBackground2: Set X to 0 TiledBackground: Set X to 0 System: Set Score to 0

Add OnStart Events: Done!

Destroy Pipes

Destroy Pipes: Step 1 Click “Add action”

Destroy Pipes: Step 2 Select “pipetop” Click “Next”

Destroy Pipes: Step 3 Select “Destroy” Click “Done”

Destroy Pipes: Step 4… Add a similar action for pipebottom to Destroy it

Destroy Pipes: Done!

Initialize Bird

Initialize Bird: Step 1 Click “Add action”

Initialize Bird: Step 2 Select “bird” Click “Next”

Initialize Bird: Step 3 Select “Set Vector Y” Click “Next”

Initialize Bird: Step 4 Click “Done” Enter: Vector Y: -JUMPSTRENGTH

Initialize Bird: Step 5 Click “Add action”

Initialize Bird: Step 6 Select “bird” Click “Next”

Initialize Bird: Step 7 Select “Set angle” Click “Next”

Initialize Bird: Step 8 Click “Done” Enter: Angle: 320

Initialize Bird: Done!

Add Scoring Events

Add Scoring Events: Step 1 Click “Add event”

Add Scoring Events: Step 2 Select “pipebottom” Click “Next”

Add Scoring Events: Step 3 Select “Compare X” Click “Next”

Add Scoring Events: Step 4 Click “Done” Select/Enter: Comparison: ≤ Less or equal X co-ordinate: Bird.X

Add Scoring Events: Step 5 Click “Add action”

Add Scoring Events: Step 6 Select “System” Click “Next”

Add Scoring Events: Step 7 Select “Add to” Click “Next”

Add Scoring Events: Step 8 Click “Done” Select/Enter: Variable: Score Value: 1

Add Scoring Events: Step 9 Right-click, then Add another condition (C)

Add Scoring Events: Step 10 Select “pipebottom” Click “Next”

Add Scoring Events: Step 11 Select “Is boolean instance Variable set” Click “Next”

Add Scoring Events: Step 12 Click “Done” Select: Instance variable: Scored

Add Scoring Events: Step 13 Click “Add action”

Add Scoring Events: Step 14 Select “ScoreText” Click “Next”

Add Scoring Events: Step 15 Select “Set text” Click “Next”

Create Pipes: Step 16 Click “Done” Enter: Text: Score

Add Scoring Events: Step 17 Click “Add action”

Add Scoring Events: Step 19 Select “pipebottom” Click “Next”

Add Scoring Events: Step 20 Select “Set boolean” Click “Next”

Add Scoring Events: Step 16 Click “Done” Select/Enter: Instance variable: Scored Value: True

Add Scoring Events: Step 17 Right-click, then Invert

Add Scoring Events: Done!

(END of Part 3) Derived from ‘Make your own "Flappy Bird" game in 10 minutes’ originally published by TomMake your own "Flappy Bird" game in 10 minutesTom Updated with enhancements from Flappy Bird template