Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)
just downloaded it and tried to run it. am i doing something wrong?


ERROR in action number 1

of Draw Event for object oBomb:

Trying to set a surface target that does not exist.

 at gml_Object_oBomb_Draw_0 (line 20) -               surface_set_target(surface);

To be honest, I don't remember what I wrote there :P 
Your error means that the surface wasn't created yet (somewhere You should have one line of code like surface = surface_create() before making any changes on it).

Are you working on this in your own project or in my demo? Because if you're running the demo and getting this error, it might mean your version of Game Maker is too new and it's not compatible - so i have to repair it in short future.

i was trying to run the demo. just downloaded and imported it to GMS2 (not to my project). i think there's compatibility issues! 

Yes, there was a few issues, probably because of newer version of Game Maker. I fixed it, should be fine right now. Comments added :) 

thanks!!!