GAME:IT Intro to Game Maker Studio. GAME MAKER STUDIO  This course uses a program called Game Maker Studio  Game Maker Studio is an “open source” software.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Introduction to Video Game Design BBrewer Fall 2013.
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
Video Game Design Lesson 1. Game Designer Person involved in the development of a video game Person involved in the development of a video game Usually.
December 11, 2014 SDSH Academic Coaches.  Hardware Components: Projector, Board, Pen and PC  Software: ActivInspire (Studio-old version)  Set up- Make.
Creating a Program In today’s lesson we will look at: what programming is different types of programs how we create a program installing an IDE to get.
© by Pearson Education, Inc. All Rights Reserved.
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.
Justus Nyagwencha Game Maker. Getting started -> Resources The icons across the top are very important All the things you add to the game are called “Resources”.
 2006 Pearson Education, Inc. All rights reserved Introduction to the Visual C# 2005 Express Edition IDE.
Practical Computing by Lynn Hogan
1 Introduction to Human Computer Interaction  Livecode Overview  Based on Livecode User Guide from RunRev Ltd. (2010) 
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
UBUNTU - Desktop Panel by default is across the top Applications menu Quick Launch icons Notification area Clock Shut Down Task Bar by default is on the.
The NetBeans IDE CSIS 3701: Advanced Object Oriented Programming.
Art 315 Lecture 4 Dr. J. Parker AB 606 Today’s class: Programming! We are going to write some simple programs. We will use a tool called GameMaker –It.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
IE 411/511: Visual Programming for Industrial Applications
GAME:IT Intro to Game Maker. GAME MAKER  We will be working on software called Game Maker  Game Maker is an “open source” software – that means it’s.
Java The Beginning. Why Java?  Currently, this is the language of the international AP course which runs Feb-Apr  FREE!  Platform-independent  Simple.
1 IE in the Classroom The Internet Explorer Web Browser EDW647 Internet for Educators Roger Webster, Ph.D. Millersville University Department of Computer.
Computer Science 119 Intro to Java 9/24 and 9/25.
Lecture Set 1 Part C: Understanding Visual Studio and.NET – Applications, Solutions, Projects (no longer used – embedded in Lecture Set 2A)
Putting Applets into Web Pages.  Two things are involved in the process of putting applets onto web pages ◦ The.class files of the applet ◦ The html.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Microsoft Word The Help function. Under the “File” menu, click “Help”
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
How to Create a Document in Google Drive By Tressa Beckler.
Chapter 0 Overview. Why you are here? Where will you go? What is this course for?
Using Microsoft Visual Studio C++ Express 2005 Name: Dr Ju Wang Ashwin Belle Course Resource:
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
LYNN BRADSHAW CREATING WEB SITES WITH XARA WEB DESIGNER 7.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Greenfoot Game Programming Club.
Download and Install: 1.Java Development Kit (JDK) bin/INTERSHOP.enfinity/WFS/CDS- CDS_Developer-Site/en_US/- /USD/ViewProductDetail-Start?ProductRef=jdk-
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
Lesson 6: Working with Word Basics. 2 Learning Objectives After studying this lesson, you will be able to:  Use and customize the Ribbon  Use the Quick.
Object-Oriented Application Development Using VB.NET 1 Chapter 2 The Visual Studio.NET Development Environment.
11 Computers, C#, XNA, and You Session 1.1. Session Overview  Find out what computers are all about ...and what makes a great programmer  Discover.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Welcome to Scratch By Miss Key. The Main Screen Viewing screen with choice of views.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Computer Basics Tutorial Text boxes like this will give you information. Boxes like this at the bottom of a slide will give you instructions. Press the.
PowerPoint 2007 What’s new in PowerPoint 2007? Bryan College Presents:
Netbeans QuickStart. Creating a project File->New Project –For now you want General->Java Application –Then fill in the project details.
 2007 Pearson Education, Inc. All rights reserved Introduction to the Visual Basic Express 2005 IDE.
1 Using an Integrated Development Environment. Integrated Development Environments An Integrated Development Environment, or IDE, permits you to edit,
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
Review for Final June 13, 2016.
Chapter 1 Introduction to Visual Basic
Google Docs Class 1.
CST 1101 Problem Solving Using Computers
Customizing the Quick Access Toolbar in Microsoft Office
Computer Software: Programming
UBUNTU - Desktop Panel by default is across the top Applications menu
Game Maker Studio Tutorial…
Getting Started with Scratch
1. Open Visual Studio 2008.
A Power Point On How To Do A Power Point
Double click Microsoft Visual Studio 2010 on the Computer Desktop
Getting Started with Scratch
Scripts In Matlab.
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
Getting Started with Scratch
How To Photoshop Intro.
Presentation transcript:

GAME:IT Intro to Game Maker Studio

GAME MAKER STUDIO  This course uses a program called Game Maker Studio  Game Maker Studio is an “open source” software which is free & available for everyone to use  Game Maker Studio is for beginner programmers & includes great tutorials and wonderful forums and Help documentation.  Game Maker Studio let’s you do much of the programming just by clicking on icons (like using Windows). NOT all game programs work like this. GAME:IT - Game Maker Studio

GAME MAKER Studio  You will program using GML language – which is unique to Game Maker  GML is an “object oriented” programming language which makes modifying a project easier  Java, C++ and C# are other common object oriented computer programming languages (most of the internet, games and mobile apps are programmed using one of these three languages) GAME:IT - Game Maker Studio

Game Maker Studio is a free version of the program. You will see the following screen when you first open Game Maker Studio. If this is a new project you'll want to click the New tab at the top. Project directory is your file path to where you will be saving. Project Name is your creation.

You have all these choices Game Maker Studio

The game has in-depth menus and quick icons. File tab contains these menu selections.

Edit tab contains these menu selections.

*The Resources tab contains these menu selections.

*Scripts tab contains these menu selections.

*Run tab contains these menu selections.

*The Window tab contains these menu selections.

*The Help tab contains these menu selections.

1. New Game--Create a new game 2. Open--Open an existing game 3. Save--Save the game 4. Stand Alone--Create a stand-alone executable for your game 5. Run--Run the game 6. Run in Debug Mode--Run the game in debug mode 7. Stop Web Server--Cancel compilation of your game 8. Clear project asset Compile cache--Will clear the current asset compiler cache 9. Sprite--Create a sprite 10. Sound--Create a sound 11. Background--Create a background Quick Toolbar

13. Create Script--Let's you add custom code to the game 14. Create Font--Creates a custom font to reference 15. Create Time Line--Create when something happens at a exact time Quick Toolbar Object--Create an object 17. Room--Create a room 18. Change Global Game Settings--Customize game settings 19. Select Extension Packages--Easy access to any extensions you have 20. Help--Show help on Game Maker 12. Create Path--Creates a path for object(s) to follow