• 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 Resize Window, Clicking doesn't work.

J

JoccumTV Studio

Guest
I've a problem with resizing the window in HTML5.
I can't click on buttons I've created which I could click on first.
But when I've resized the window, I can't click on buttons.

Step Event Code:

window_center();
window_set_size(browser_width, browser_height);

I hope you can help me.
 
Top