1 / 10

Game Maker

Game Maker . Justus Nyagwencha. Getting started -> Resources . The icons across the top are v ery important All the things you add to the game are called “Resources”. you can get them here or here. Getting started - Icons . . Show help. Create font. Change game info.

karif
Download Presentation

Game Maker

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Game Maker Justus Nyagwencha

  2. Getting started -> Resources • The icons across the top are very important • All the things you add to the game are called “Resources”. • you can get them here or here

  3. Getting started - Icons . Show help Create font Change game info Publish to the web Create Sound Create save Create object Select extension packages Run with debugging Create Path Create Background Run the game Change global settings Open Create timeline Create executable Create Sprite Create Script Upgrade to the pro Editions Create room

  4. Game Maker Steps • Describe the game you are trying to create What is it supposed to do? • What is it supposed to look like? • Define the sprites • Define the sounds • Define the objects themselves, but not (yet) their events and actions • Go back and define each object’s events and actions • Define the room • Put the object instances in the room It is best to define the objects first and then create their events and actions later because some of those actions will need to be asked for in terms of objects (that might not have been created yet) (mjb march 12 209 OSU)

  5. Creating sprite • Select Resources Create Sprite • Type in a name of this sprite • Click Load Sprite • Navigate to where your sprite folder is (depends where you installed Game maker) • Pick one • Click OK. checking smooth edges makes the sprite nicer The sprite are images and can be created using .gif or .ico

  6. Creating Sound • Select Resources→CreateSound • Type in a name for this sprite • Click Load Sound • Navigate to where your Sound folder is (depends where you installed Game Maker) • Pick one • If you want to check what it sounds like, click the green arrow • If you click the green arrow, the sound will start playing over and over (yuch). • Click the red thing to turn it off • Click OK You can create your own sounds

  7. Creating and Object • Select Resources→CreateObject • Type in a name for this object • Select a sprite to represent this object from the Sprite pull-down menu • Click Visible if you want this object to be seen during the game • Click Solid if you want the object to be a solid that something can bounce off of, like a wall

  8. Adding an Event to an Object with the Event Selector • This menu allows you to select what will trigger this event • Some of these events will bring up other dialog boxes to let you be more specific. For example, the Mouse event button will bring up another dialog box to let you specify what the mouse has to do (buttons, press/release, moving, etc.) to trigger this event. • You then drag and drop into the actions area as many actions as this trigger will cause to happen

  9. Creating an Object’s Events and Actions • If you want events associated with this object click Add Event • Select what will trigger the event from the Event Selector • Drag and drop what action this event will cause from the action icons into the Action area.

  10. The “Other "Events List

More Related