Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Really loved the way you implemented classic brick breaker game in your own way. Good job!! I got a problem in the game, when i got killed by the enemy attack the game crashed showing this Fatal error message

___________________________________________

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

FATAL ERROR in

action number 1

of Draw Event

for object obj_ballLine:

Unable to find any instance for object index '20' name 'obj_ball'

at gml_Object_obj_ballLine_Draw_0

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

--------------------------------------------------------------------------------------------

stack frame is

gml_Object_obj_ballLine_Draw_0 (line -1)

(+1)

Thank you very much! And thanks for the error report - I believe the issue is that I forgot to cover for the case where you get killed while holding the ball - the ball is destroyed but its trail is still looking for it :)