• 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.

HTML5 Trying to load my old project and some stuff are broken now.

Lioran

Member
I have an old html5 project from 2 years ago and I tried to recompile it now and I noticed a few things not working properly anymore.
keyboard_lastkey doesn't get updated on keypress but it does on hold.
The clickable region doesn't change if you resize the canvas size, so If the original room resolution is 320x240 and I resize it so its x2 size but same resolution the clickable region will only be 1/4 of the screen basically making the mouse unusable.
Not too sure what to do to make my project work again.
It's not a browser problem since the old export I have of my project works fine.

Is there a way to use an older GMS version if I wish to work on my old projects?

Edit: Seems like the clickable region is based on application_surface size in true pixel size, which doesn't make sense once translated on screen.
 
Last edited:
Top