Create enemy waves

Create enemy waves

To create enemy waves You need to have followed the tutorial on creating a persistent object in the previous tutorialCreate a score that keeps its value between rooms. Add this global variable to the Create event of objVarPersist: global.wave=1; Create an object called objEnemyWaves In Create event add the following code: //wait 10 seconds for…

Creating an animated speech game instruction bubble

Creating an animated speech game instruction bubble

Creating an animated game instruction speech bubble In this tutorial we will look at how you can create animated game instruction speech bubble for your start screen using the website https://pixelspeechbubble.com/ Go to the website https://pixelspeechbubble.com/ Type in your game instructions and click the check box animated Click Create Under the animated GIF click download and…

Create Particle Effects in GameMaker Studio 2

Create Particle Effects in GameMaker Studio 2

Tutorial 17: Creating Particle Effects in GameMaker Studio 2 What are particle effects? Particles are graphic resources that have certain properties which are defined within a particle system. These properties cannot be manipulated directly for individual particles but are changed through the code that is used to define the individual particle and the system that…