GAME:IT Pinball Objectives: Review skills from Introduction Introduce gravity and friction Introduce GML coding into programming.

Slides:



Advertisements
Similar presentations
EZ Grade Pro Becky Koss French & Spanish Teacher Lake-Lehman Sr. High School.
Advertisements

GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
GAME:IT Junior Ping Pong Objectives: Review skills from previous lessons Create a 2-player game Create a scoring display system Using old and new skills,
Window Movie Maker Presented by Mr. Bran.
KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Registering Students for All-State Auditions Using MPA Online.
FrontPage Express By John G. Summerville Ph.D.©, RN.
1. In the Activity Builder, you can use the Content Editor tools to create the content for activities and stimuli one at a time. Form-Based Content Editors:
Word Processing Word Processing
Word Processing First Steps
Microsoft Word Basics. Introduction to Microsoft Word Microsoft Word is a word processor designed by Microsoft. A word processor is a computer application.
How to… Keep your character from leaving the game (never to return)
Embedding Metadata in Image Files: Adobe Bridge Julia Simic University of Oregon VRC 2006 Adobe Bridge CS
Ancient Greece Assessment Writing project Mrs. Leonard 7 th grade World History.
Customizing Forms and Writing QuickBooks Letters Lesson 15.
Google Earth How to create a Google Earth Tour and place it in your Wiki.
1 Creating Icons for Commands When there is not an icon related to a command in your toolbars, you will see a question mark (?). No preview available …
Programming with App Inventor Computing Institute for K-12 Teachers Summer 2012 Workshop.
GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
GAME:IT Junior Pacman To create original sprites To animate sprites
Customizing forms and writing QuickBooks Letters Lesson 15.
>To add a component via Page Editor, go to the View tab and check the Designing checkbox to enter Designing mode. >Next, simply click the Component button.
Advanced SAGE Formative Adding Your Own Resources Using Common Assessments Creating Educator Groups.
PowerPoint. Basic Vocabulary Slide - Presentation - Slide layout – ► ► ► ► a single page in PowerPoint all the slides for a speech all the slides for.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
GAME:IT Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
ICP Kit 2011 HHC Data Entry Module The World Bank ICP Kit Training African Development Bank.
Game Maker Day 2 Making a Maze Game.
World Cities PowerPoint Tutorial Mrs. Bushman. Take Flight In iMovie Choose Your Path Movies in PowerPointAction Buttons.
Using Tiled. What is Tiled? It’s a level editor It allows game programmers to create their 2D game world with ease.
Alice 2.0 Introductory Concepts and Techniques Project 1 Exploring Alice and Object-Oriented Programming.
An Introduction to Microsoft Word. Microsoft Word This program allows you to type letters, papers, and other documents. This program allows you to type.
This tutorial teaches Microsoft Word basics. Although knowledge of how to navigate in a Windows environment is helpful, this tutorial was created for.
Microsoft Word Lesson 1. The Undo Button  Don’t worry about making a mistake. If you make a mistake, go up and hit Edit and then hit Undo, Or you can.
 Enter username and password into Novell screen.  Click “ok” and wait for desktop to load.  When desktop loads, open Microsoft Word using the icon.
Photo Story 3 Importing Pictures. When you create a new Photo Story, the first thing that you will do is import pictures. You can import pictures from.
1. Press the New Layer Button 3. Double click names to re-name Ball & Shadow layers 2. Click to change to 12 fps Step 1.
EIRB Review Guide For Committee Members Version 02/11/
GAME:IT Helicopter Objectives: Review skills in making directional sprites Create objects that shoot and destroy for points Create random enemies on the.
You will then see a List of foods drop down You may have to scroll down the list using the [ ] on the bottom right corner of list. Click on the desired.
Creating a navigation bar in Fireworks. Setting up the canvas Open Fireworks and choose a canvas size big enough to fit the buttons on you are going to.
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.
Instructions.  Open up the letter that Adam has given to you  Format it so it look professional.
) Main Menu: You can access all aspects of the database from this screen 2) Contacts: You can access the “contact database management” side of.
Recording Your Script 1)Find a quiet place to record. 2)Open up your phone’s recording app. 3)When recording, remember: Speak very clearly Enunciate Do.
Examview Pro. Opening Program 1.Go into Finder 2.Select applications 3.Select ExamView Pro folder 4.Double-click on - ExamView Test Generator.
Image #1 Getting Started
Getting Started with Word & Saving Guided Lesson.
XP Foundation year Lec.4: Lec.4: Word Processing Software Using Microsoft Office 2007 Lecturer: Dalia Mirghani Year : 2014/2015.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
Galactic Mail Part 2. Winning and Losing Exploding Asteroids Including Scoring Adding Levels And more.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
Creating Your Own Online Classroom MOODLE. Welcome Amy Basket – 17 years with Bay City Public Schools – Gifted and Talented Program – Volunteer Program.
MICROSOFT WORD PRESENTATION. Word Processing  Software that is designed for the entry, editing, and printing of documents.  Windows Version = Microsoft.
GAME:IT Junior Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a.
GAME:IT Paddle Ball Objectives: Review skills from Introduction Create a background Add simple object control (up and down) Add how to create a simple.
Open Office Writer Introduction AOSS _ Course material AOSS Master training workshop Singapore 2007.
Integrating Components and Dynamic Text Boxes with the Animated Map– Lesson 101 Integrating Components and Dynamic Text Boxes with the Animated Map Lesson.
GAME:IT Mario Creating Platform Games Level 4 with GML Game Maker Language (GML) allows users more flexibility in game design. GML is similar to how real.
Recording Your Script and Creating Your Podcast !!You are not finished until you have completed all steps on all of the slides up to and including Slide.
Getting Started With Alice: The Basics. Step 1: Background Open up Alice, and choose a background for your Alice world. Your world is something you can.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Getting Started with Microsoft Word
INTRO to PIXLR.com.
Weebly Elements, Continued
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Click on the assignment you wish to complete
Game Maker Intro to Programming Game Maker Pop Quiz (Both Groups)
Image #1 Getting Started
Presentation transcript:

GAME:IT Pinball Objectives: Review skills from Introduction Introduce gravity and friction Introduce GML coding into programming

Let’s create the following Sprites which are located in Pinball Resources folder: Make sure they are named exactly as instructed spr_pinball – Check Precise but NOT Separate spr_wall – Check Precise but NOT Separate spr_no_bounce_wall - Check Precise but NOT Separate Now we are going to add some animation to your game! This is done by having multiple versions of an image that displays at different times as the game is played. For instance, when the ball hits a bumper, the bumper glows. The following sprites will all be created this way: spr_bumper, spr_deflectorLeft, spr_deflectorRight, spr_paddleLeft, spr_paddleRight & spr_launcher,

To create the paddles, bumper and launcher, we will create the sprites from a strip. We’ll start with the paddles. To create spr_paddleLeft 1.Click the Create a Sprite Icon 2.Name it spr_paddleLeft and check Precise & Separate DO NOT LOAD THE SPRITE IMAGE YET! 3.Click Edit Sprite – this will launch the Sprite Editor window 4.Click File from top bar of the Sprite Editor window and choose Create from Strip 5.Select paddleLeft from the Resources folder

1.A Loading a strip image window will appear. It will show the strip and allow you to enter the number of images, images per row and image width and height. Number of Images: 2 Images per row: 2 Image width : 64 Image height: 48 Click OK 1.Click the Show Preview checkbox to see the animation that is added as the system toggles between the two images. 2.Click the green checkmark in the top corner to Save 3.Follow the same steps to create spr_paddleRight

Now we need to create the spr_launcher You will follow the same steps, but this one is set up a little differently. Check Separate and Precise Select launcher_strip5 from the Resources folder Number of images: 5 Images per row: 5 Image width: 16 Image Height: 32 Click OK and then preview the image to make sure it looks correct. Click the green checkmark to save.

Next we’ll create the spr_bumper Check Precise but NOT Separate Select bumper_strip from the Resources folder Number of images: 2 Images per row: 2 Image width: 16 Image Height: 16 Click OK and then preview the image to make sure it looks correct. Click the green checkmark to save.

Now we will create spr_deflectorLeft & spr_deflectorRight. These are not done from a strip…but instead you will change an instance of the image to create the animated effect. We’ll do spr_deflectorLeft first. Create the sprite, name it spr_deflectorLeft Check Precise but NOT Separate Click Edit Sprite Click File and select Create from File Select deflectorLeft from the Resources folder. This will be the 1 st subimage. Now click File and select Add from File and again select deflectorLeft. This will create the 2 nd subimage. But wait? They look the same! Let’s change that!

Click on image 1 (the 2 nd image) Then click on Images and select Intensity. A window will open allowing you to change the Value and Saturation of the image. Play around until you get a look you like. You want it to be noticeably different than the original image. Make sure the Apply to all images in the sprite checkbox is NOT checked. Click OK. Preview and if it looks good, click the green checkbox. Follow the same steps to create spr_deflectorRight

Now we’ll create the spr_topRight Check Precise but NOT Separate Also – click Modify Mask and set Alpha Tolerance to 100.

Next we’ll create spr_block. Check Precise and Separate Select block.png from the Resources folder Number of images: 2 Images per row: 2 Image width: 32 Image Height: 32 Click OK and preview the image to make sure it looks correct. Click the green checkmark to save The block won’t be animated like the other sprites, but until the ball passes a certain point, image 0 will display and after the ball passes, image 1 will display.

Create a special font for pinball to be used for displaying score. Name it font pinball Select a font from menu Enter font size You can also choose bold or italic if you wish

Create the following objects using the sprites you created earlier. obj_pinball – Only Visible is checked obj_paddleRight – Both Visible and Solid are checked obj_paddleLeft – Both Visible and Solid are checked obj_bumper – Both Visible and Solid are checked obj_deflectorLeft - Both Visible and Solid are checked obj_deflectorRight - Both Visible and Solid are checked

Additional objects: obj_wall – Both Visible and Solid are checked obj_topRight - Both Visible and Solid are checked obj_launcher - Both Visible and Solid are checked obj_no_bounce_wall – Only Visible is checked obj_block - Both Visible and Solid are checked ***Do not assign a sprite to this object*** obj_blockTrigger – Only Visible is checked ***Do not assign a sprite to this object*** Also – In the Mask Field, select spr_wall from the dropdown

Create a Room to look like the one below: Change the dimensions of the room using the settings tab and enter Width: 320 Height : 480 The obj_wall is on the left, top and right sides and the ball launch area. obj_no_bounce_wall is across the bottom. You can place the bumpers wherever you wish. Don’t forget obj_topRight

Once the ball is launched, we want to prevent the ball from dropping down the launch area. You will need to add two more objects to the room. obj_block and obj_block_Trigger Because they don’t have a sprite assigned to them, they appear as blue circles with ?.

Programming for Pinball is located on a handout (with assignment)