Collision and Health Setup
******************************************
The remainder of this content is restricted to site members.
It is free to join.
New users please register below.
If you are an existing user, please log in.
******************************************
The remainder of this content is restricted to site members.
It is free to join.
New users please register below.
If you are an existing user, please log in.
Tutorial 6: In this tutorial we will explore different ways to add sounds to your game. Adding sounds to the lazer / bullet In the Asset Browser resources menu: Create a sound Asset Name it sndPlayerLazer Click on the 3 dots in the window that appears From your spaceshooter-assets, browse to sounds folder and choose…
Tutorial 18: Create a score that keeps its value between rooms Create an object called objVarPersist Add a Create event with this code: //create a global player score global.pscore = 0; Check the box Persistent Add this object to your first room. Do not add it to the second or additional rooms, as you only…
If you don’t have the time or skills to create your own game assets – such as sprites, backgrounds, tiles and sounds, there are a number of websites were you can download game assets for free from. Here is a list of websites that we recommend: https://opengameart.org/ https://www.kenney.nl/ https://itch.io/game-assets/free https://marketplace.yoyogames.com/browse/latest?filter=free If you want an asset…
Tutorial 1 – Creating a Game in Game Maker Studio 2 To create a new project simply click the button labelled New to take you to the following screen: GameMaker Studio 2 permits you to specify what type of project it is that you wish to create. 2. The option we are interested in is GameMaker…
Tutorial 2 – Creating Player Sprite in Game Maker Studio 2 In Game Maker Studio 2 – go to the Resources area on the right of your screen: Right click on Sprites and click Create Sprite or you can click on Resources menu at the top of Game Maker studio. Make sure you name your…
Tutorial 7: Creating Enemy Sprite in Game Maker Studio 2 Go to the Resources area on the right of your screen: Right click on Sprites and click Create Sprite Make sure to name your sprites accurately for future reference Example: always prefix your sprites with the letters spr Name your first enemy sprite sprEnemy1 Importing…