#Black Screen when launching

1 messages · Page 1 of 1 (latest)

honest dove
#

Have you got multiple rooms? Perhaps you created a new room and didnt delete the old one. set your new room as default room

naive tundra
#
___________________________________________
############################################################################################
ERROR in
action number 1
of Create Event
for object Object5:

Variable Object5.obj_player_defeated(100005, -2147483648) not set before reading it.
 at gml_Object_Object5_Create_0 (line 17) - defeated_object = obj_player_defeated;
############################################################################################
gml_Object_Object5_Create_0 (line 17)
#

deleted object 5 from the room and

#
___________________________________________
############################################################################################
ERROR in
action number 1
of Create Event
for object Meep_Idle:

Variable Meep_Idle.obj_player_defeated(100005, -2147483648) not set before reading it.
 at gml_Object_Meep_Idle_Create_0 (line 17) - defeated_object = obj_player_defeated;
############################################################################################
gml_Object_Meep_Idle_Create_0 (line 17)
honest dove
#

Hmm, so you got that first error when you deleted the blank room?

honest dove
# naive tundra

This is saying that when you assigned obj-defeated-object to the variable ‘defeated object’, obj-defeated-object didnt exist. Maybe make sure that you have the spelling correct for obj-defeated-object

#

Yeah so all these errors is becuase ‘obj-defeated-object’ doesnt exist

#

And if it doesnt exist, you cant assign it to a variable like ‘defeated object’