• 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!

Isometric game

M

Mikkel

Guest
Hello game developers.

I'm currently following a tutorial on youtube on how to make your own isometric game. Also I am very new to this programming language.
This error keeps showing every time I execute the game. How do I fix this?

Btw this is the youtuber I am following. Heres a link to his video...

___________________________________________
############################################################################################
ERROR in
action number 1
of Create Event
for object <undefined>:

DoAdd :1: undefined value
at gml_GlobalScript_TileToRoomY (line 3) - return ((_tX + _tY) * (TILE_H * 0.5));
############################################################################################
gml_GlobalScript_TileToRoomY (line 3)


Thanks in advance. ;)
 
Top