Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.

Slides:



Advertisements
Similar presentations
PowerPoint Basics   Tutorial 5: Navigation
Advertisements

Layout Library Story line Preview screen Tool selection menu.
Key Stage 3 ICT Lesson 2 - Programming. Starter Start Kodu. Re-familiarise yourself with how it works. Play some of the pre-made games. Try and change.
Flappy bird guide for Scratch
Excel Tutorial 6 Managing Multiple Worksheets and Workbooks
Technology In The Classroom Series Computer Presentations.
How to prepare a PowerPoint presentation
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Based on Roll-a-ball video tutorial from Unity Technologies Part WakeUpAndCode.com.
03 | Exploring Construct 2 Templates
James Quick | Technical Evangelist Shahed Chowdhuri | Sr. Technical Evangelist.
Add Globals. Add Globals: Step 1 Double-click “Event sheet 2”
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Create Pipes. Create Pipes: Step 1 Click “Add event”
Not your usual approach A sampling of ideas from Deborah Healey.
Excel 2007 ® Business and Personal Finances What are the different ways you can create and display your Excel 2007 files?
Get To Know PowerPoint 2013 Instructional Media –
 Experiment with the Design features to get the look you want for your presentation.  Most design templates will keep the design the same on all your.
Let’s Make a Movie How to Create a Movie from a flipcam video (Adapted and Shared with permission from Erin Mayer)
Construct 2 Game Development Shahed Chowdhuri Sr. Technical Evangelist
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
Introduction to Scratch!
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Podcasting Randy Graff, PhD Symposium on Teaching and Learning with Technology ELearning in Sakai.
Powerful Presentations Powerpoint Podcasts Prezi Amy Chase Martin Towson University.
Creating Web Documents alt attribute Good and bad uses of ‘multimedia’ Sound files Homework: Discuss with me AND post announcement of Project II. Forms.
Virtual Book Tools How to insert a Text Box Click on Insert Go to Text Box Click on slide to insert OR Click on Drawing Toolbar picture of Text Box Click.
Adobe Flash CS5 Introduction. What is Flash? Flash is a multimedia platform used to add animation, video, and interactivity to Web sites. It is often.
Producer 2003 By Mark White. Producer 2003 A add-on to PowerPoint 2003 Stand alone program Allows you to:  Create –audio and video  Edit  Synchronize.
Export & Publish a Universal Windows Platform WakeUpAndCode.com.
Enables you to study key vocabulary Create flashcards to preview the learning unit Study the cards regularly to learn the terms Play.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Making Billboards By Deborah Nelson Duke University, Under the direction of Professor Susan Rodger, July 14, 2008.
Real Audio File Link:.RA file Open blank page Open “Windows Explorer” Find and Move the file onto your PowerPoint page (This screen connected to a WEB.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
What is PowerPoint? By Kettina L. Robinson. Unit Questions What do I want to accomplish? What do I want to accomplish? What content do I need to cover?
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
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.
Instructions Go to the shared area and open a file Go to -> S:\ICT\My Teacher\Mr Crossan\Year 7\Catch the Clown Open the Catch the Clown file by double.
Let’s Make a Movie The Basics. Goals Storyboard Take Video Upload Video.
Construct 2 Game Development for Kids Platformer Tutorial: Part 1 Shahed Chowdhuri.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
BeMyDJ Music for the People Dec The Concept Organize events where you let your guests vote the music they like from a playlist you offer. No more.
Making Billboards By Deborah Nelson Duke University, Under the direction of Professor Susan Rodger, July 14, 2008.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Egypt: Then and Now Adding Sounds, Narration and Music to PowerPoint Social Studies Session 6 of 8.
Instructional Design Center Creating PDF Files Using Microsoft Word.
Delivered on Project II Lecture Game Technology Study Program Politeknik Elektronika Negeri Surabaya.
Do I Understand Power Point? Assessment Game. Question 1 What is Power Point?
Create a Halloween Computer Game in Scratch
Unity 5 JumpStart Part 4: Sound Effects Shahed Chowdhuri
Using PowerPoint to Scaffold a Text
Procedures, Simple Expressions
Microsoft Publisher video tutorial
04 | Exporting and Publishing Your Game
The Fraction Splat! Series
The Fraction Splat! Series
The Fraction Splat! Series
The Fraction Splat! Series
WICS - Flappy Anteater Python Tutorial
Unity 5 JumpStart Part 2: Ammo Collisions Shahed Chowdhuri
Part 1: Player Selection & Scores
Intro to Construct 2 Game Development
The Fraction Splat! Series
YOUR text YOUR text YOUR text YOUR text
Game development using Scratch
WavPad Audio Editor Tutorial.
Construct 2 Game Development: Flapping Bird
The Fraction Splat! Series
Presentation transcript:

Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com

Prerequisites Ghost Shooter Tutorial Flapping Bird Tutorial Both available at: Construct 2 – Step by Step

High Scores

1. Insert New Object  WebStorage Click “Insert”

2. Insert New Object  Text on Start screen Click “Insert” Rename “hiscore” Select “Text”

3. Add New Event for Start screen Add Event: System  On start of layout Add Sub-event: Webstorage  Local key exists: “hiscore” Add Action: hiscore  Set text to “high score= “ & WebStorage.LocalValue(“hiscore”) Add Else: Add Action: WebStorage  Set local value: Key = “hiscore” Value = 0

Functions

1. BUT FIRST… What is a Function? Definition: series of instructions that can be called with a name instead of each individual instruction. Example: Function CleanYourRoom() 1.Pick up clothes. 2.Pick up papers. 3.Vacuum the floor. 4.Wipe off dust.

2. Insert New Object  Function Click “Insert”

3. Add New Event for Game screen Add Event: Function  On function  “endgame” Add Sub-event: System  Compare variable  Score > WebStorage.LocalValue(“hiscore”) Add Action: WebStorage  Set local key “hiscore” to Score Add Action: System  Go to layout: “Start” Add Else: Add Action: System  Go to layout: “Start”

4. Call Function “endgame” instead of Go to Start Add Action: Function  Call function “endgame”

Sounds

1. BUT FIRST… let’s make some sounds! a)Go to b)Verify “Jump” is selected, or click to add it. c)Click “Play” on the right to hear it. d)Click Export Wav to download the file. b a c d

2. Insert New Object  Audio Click “Insert”

3. Import Sounds Right-click Sounds folder Click “Import sounds” Select “Jump” sound you just downloaded, to Import it

4. Play Sound on Touch Event Add Action: Audio  Play “Jump”

Play Your Game with Sounds and Hi- Scores!

(END of Part 1) 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 Additional improvements for more functionality