Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Errors

A topic by Czarhollow created Nov 19, 2017 Views: 325 Replies: 2
Viewing posts 1 to 3

Minimap looks great, but is there any way to move it. I got two errors trying to guess keys to move it around. 

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Mouse Event for Left Pressed
for object obj_button_automatic:

Unable to find any instance for object index '3' name 'object_heroes'
at gml_Object_obj_button_automatic_Mouse_4
############################################################################################

___________________________________________

############################################################################################

FATAL ERROR in
action number 1
of Other Event: Room End
for object obj_level:

Variable obj_level.grid(100278, -2147483648) not set before reading it.
at gml_Object_obj_level_Other_5
############################################################################################

Developer

Thnx for the feedback.

No, its not possible to move the minimap. Why do you want to move it?

For those fatal errors. I think you click to fast on a button with the mouse, When the game starts wait 3 or 4 seconds before playing. The game has to load the dungeon and I am still working on a methode to make it so that it is not possible to do anything before the dungeon is loaded.

When the game starts then it will first load the information from the save file, after loading the save file it will build the dungeon and places all the content. This takes a short time.

Oh, I understand now, thank you Solvius.  :D