• 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!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - Code Does HTML5 Conversion Support instance_create_layer()?

B

Ben Woodman

Guest
I am quite new to game making and programming in general, but I have been learning along the way for a few weeks now by making a game. I decided to buy the html module to upload my game to my website. Had I done my research beforehand, I may have realized the module has many conversion flaws. People have said that you should test your game in html as you develop it to avoid issues later on. Too late. :( Anyway, the game works just fine in normal testing, but when I test it with the target set to html, the game has several problems. I've been trying to debug this for html and I've noticed that instance_create_layer() for the enemy object and bullet object do not work. Is there a reason for and/or possible fix for this?

Thank you!
 
Top