• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Dashing Game tutorial

L

Luotigames

Guest
GM Version: Studio 1.4
Target Platform: Windows Desktop
Download: (see video)
Links: Youtube
Summary: How to make a cool and simple dashing game.

Part1:


You can also suggest what you would like to learn in the next part.
 
Last edited by a moderator:
G

GrandFree

Guest
A much more efficient way to do this effect is to use a list instead of creating multiple instances. Depending on how resource-heavy your game is.
 
L

Luotigames

Guest
A much more efficient way to do this effect is to use a list instead of creating multiple instances. Depending on how resource-heavy your game is.
You're correct! I just tried to make everything as simple as possible.

"Those who can, do; those who can't, teach" :D
 
Top