02 | Expanding Your Game James Quick | Technical Evangelist Shahed Chowdhuri | Senior Technical Evangelist.

Slides:



Advertisements
Similar presentations
Using Microsoft PowerPoint in the Classroom
Advertisements

Digital Blue Cameras Inset Tuesday 3 rd June 2008.
Creating Online Presentations. Creating a Presentation To create a presentation 1.Open PowerPoint. In the task pane under New select From Design Template,
Windows Movie Maker Introduction to Video Editing Mindy McAdams.
Pong! “The oldest commercially available game in history” Resources created from the video tutorials provided by David Phillips on
Microsoft PowerPoint 2013 An Overview.
Harry Potter Scratch Game
How to prepare a PowerPoint presentation
Lab 10: Creating a Presentation
Slide 1 FastFacts Feature Presentation December 4, 2014 To dial in, use this phone number and participant code… Phone number: Participant.
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
03 | Exploring Construct 2 Templates
James Quick | Technical Evangelist Shahed Chowdhuri | Sr. Technical Evangelist.
Slide 1 FastFacts Feature Presentation 12/16/2014 To dial in, use this phone number and participant code… Phone number: Participant code:
Chapter 1 Understanding the Web Design Environment
Review of last session The Weebly Dashboard The Weebly Dashboard Controls your account and your sites Controls your account and your sites From here you.
Computer Science Jan 2011 Robot Game. Introduction to Robot Arcade game Collect all of the items while avoiding the enemy (robot) Objectives More extensive.
A Prezi presentation is like creating a mind map. It is created on a blank canvas and you decide where the information goes on this canvas.
Construct 2 Game Development Shahed Chowdhuri Sr. Technical Evangelist
1 TouchDevelop Chapter 8-10 Presenter: Jing Xu. 2 Outline Interactions Game Board Tiles and Printing.
TERMINALFOUR SiteManager Introduction January, 2014.
Introduction to TouchDevelop
PowerPoint. Basic Vocabulary Slide - Presentation - Slide layout – ► ► ► ► a single page in PowerPoint all the slides for a speech all the slides for.
PowerPoint Computer Solutions 1. Multimedia A powerful blend of text, graphics, sound, animation, and video on your computer.  Multimedia is an effective.
Game Maker Day 2 Making a Maze Game.
In addition to Word, Excel, PowerPoint, and Access, Microsoft Office® 2013 includes additional applications, including Outlook, OneNote, and Office Web.
Chapter 2 Adding Animation to a Presentation. Applying Animation Animation is a great way to add life to InDesign documents by making objects: – move.
* Video camera * Kodak * Flip Cameras * Still cameras than can take video * Smart Phones * iTouch * Tablets such as the iPad and Android tablets.
How to View Multiple Blogs at One Time RSS Feeds.
Presented by Graduate Design Group 2 Meredith, Jennifer, Cammay and Diane.
Multimedia development platforms Robert Munro 2005.
CoderDojo Roscommon. Today's Ninja Challenge: Create a GhostBuster Game Like This.
Click on these! %2Fblank%2Fbrowse.asp%3FA%3D383%26BMDRN%3D2000%26BCOB%3D0% 26C%3D64893.
Review of last session Add text to your website Add text to your website Title Title Paragraph Paragraph Title and paragraph Title and paragraph Add photographs.
Game Maker Terminology
PowerPoint What can we do with it? A Program for the preparation of Presentations.
PhotoStory3 Novice User Tutorial Follow the steps in this tutorial to create a basic slideshow with eight images with an audio track and export it to the.
Lesson 3: Arrays and Loops. Arrays Arrays are like collections of variables Picture mailboxes all lined up in a row, or storage holes in a shelf – You.
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?
By: Susan Freeman Getting Started 1.Go to Start Programs Microsoft PowerPoint.
Slide 1 FastFacts Feature Presentation August 18, 2015 To dial in, use this phone number and participant code… Phone number: Participant code:
Making your Portfolio How to use Publisher. Planning Your Website  Create a folder for storage of images, sounds, documents, etc.  Keep an ongoing collection.
Computer-based Media Language Elements Understanding how we communicate through media Stewart.C. (2007). Media: New Ways and Means. John Wiley & Sons:
The first thing you need to do is log in. This is what the “Log In Screen” looks like. Remember to get teacher permission and login information prior.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
CGC 417 Final Project Presentation Prettydog.com Mini E-Commerce Site Maria A. Moratto Yu Yuan Department of Information & Management Technology.
Animations in GIMP GIMP Lesson 4 Animations: Chapter 3 pp Beginning GIMP From Novice to Professional.
Windows Movie Maker World Language Department 2006/2007.
ICT/COMPUTING RULES Only use software allowed by the teacher
PowerPoint Vocabulary Tabs 1. Backgrounds: Backgrounds are used in presentations to create a more interesting eye-pleasing look. Backgrounds may include.
Creating Web Pages in Word. Sharing Office Files Online Many Web pages are created using the HTML programming language. Web page editors are software.
Delivered on Project II Lecture Game Technology Study Program Politeknik Elektronika Negeri Surabaya.
PowerPoint Computer Solutions 1. Multimedia A powerful blend of text, graphics, sound, animation, and video on your computer.  Multimedia is an effective.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Martin Norris Computing Teacher/Leader at Moldgreen Community Primary School, Huddersfield
© 2004 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Programming the Web Using ASP.Net Chapter 6: The User Interface (UI) Dave.
Introduction to EBSCOhost
Period 4- Video Gaming Game Salad
Game Development with Construct 2
~ How to create a basic website Part II ~
Powerpoint.
04 | Exporting and Publishing Your Game
Explain what touch develop is to your students:
Intro to Construct 2 Game Development
Explain what touch develop is to your students:
Learning How to Create an Online Interactive Poster using
Texts.
Construct 2 Game Development: Flapping Bird
Presentation transcript:

02 | Expanding Your Game James Quick | Technical Evangelist Shahed Chowdhuri | Senior Technical Evangelist

DEMO Golden Ball

Hands on Demo (Golden Ball) –More Behaviors –Functions –Adding Additional Layouts –Permanent Storage –Image Frames/ Animations –Adding a Mute Button Module Overview

So…What’s the Game? Platform Game with Turrets –Collect as many Golden Balls in 30 seconds as possible Objects, –Player, platform, tiled backgrounds, turret, bullet, text, touch

More Behaviors

Player –Platform, wrap Platform –Jumpthru, Physics, Sine Turret –Turret Ball –Physics

Functions

“Using functions can help you organize events and avoid having to duplicate groups of actions or events.” Reusable logic –Are you repeating the same events->actions? –Ex. Multiple ways to lose For you programmers out there… –Has parameters and return values –Can do nesting and recursion

Additional Layouts

Want a home screen? An about Page? Want extra levels? –Add a new layout Basic Idea –4 layouts Home, game, end, and about 2 options with Event Sheets –Add a new one –Reuse an existing one

Additional Layouts (cont.) Home –Button to Game and About Game –Lose game and go to End End –Button to Home or Game (restart) About –Button to Home and links to website, feedback, social media, etc.

Permanent Storage

WebStorage Object –“The WebStorage object can store data locally on the user's computer between sessions.” –“The WebStorage object allows data to be stored in two places: Local storage and Session storage” Local storage is permanent (until the user clears their cache). If the user comes back the next day, local storage still has the saved data Session storage only lasts with the current browser session. If the user comes back the next day, session storage is empty again

Permanent Storage (cont.) Usage –High scores, achievements, current level, etc. How does it work? –Key/value pairs similar to dictionary Basic Idea –Check to see if a given key exists –If not… create it –If so…use it

Image Frames/Animations

No 3D… but animation is possible! –Think of a flipbook –Animation frames Cycle through frames or choose individual frames Simple example –Flip the player depending on the direction he is facing

Adding a Mute Button

Music/ Sound Effects are nice…most of the time –Give the user an option to mute the game Basic Idea –Add Mute text/button to start page –Created global variable “Muted” 0 = not muted 1 = muted

Finished Example Golden Ball –Windows –Windows Phone -