html 5

  1. Moon Goat

    HTML5 Cannot Test Remotely on Mobile Device

    I'm having trouble testing an HTML5 game I'm making from an Android device. I did literally EVERYTHING the yoyogames guides told me too, including editing the list of allowed IP addresses in the device editor AND the HTML5 platform settings. But no matter how I type in the I.P. address of my...
  2. L

    HTML5 How to enable the micro web server window when I start a HTML5 project?

    Usually when you start a project for a HTML5 platform, this window should start as well- micro web server. However, when I start my project this window doesn't start. I can't seem to find a way to have it open when I start my project. Do you have an idea how I can have it enabled?
  3. AnnoyingDoggoX

    HTML5 - Game screen takes up too much space.

    Is there anyway so that the game screen on my htlm5 website scales with what the user sees? It looks different on my PC, laptop, and phone.
  4. scrimblo

    HTML5 GMS HTML5 game crashes only only on mobile

    Hi! Over the past couple months, I've been working on a little personal, game/toy thing in Gamemaker Studio targetting HTML5. I've been regularly pushing updated versions to itch.io so my friends can play and playtest. In the second to last update, I noticed that, although it still works on my...
  5. P

    HTML5 GMS 2 HTML 5 Export Camera Problem

    Hi guys! As you can see in the title of this thread, I am currently meeting a small problem with the HTML 5 export. I am using Mac OS, and the mac export version of the game works finely, camera following the player. However, I want to put my game on itch.io, so I HTML5 exported the game as a...
  6. FoxyOfJungle

    HTML5 [Runtime BUG] camera_set_update_script() doesn't work on HTML5 exclusively...

    Well... I'm just trying to use a simple function in the HTML5 module but it doesn't work exclusively on it (works normally on other platforms). I'm trying to make a game for the OperaGX game jam that the focus is HTML5, but I've been having problems with views, cameras and something not working...
  7. T

    HTML5 HTML5 Blank Screen (GameMaker_Init is not defined)

    Hi, When i try to open my game with html5 the game is not working. Here is the error:
  8. J

    HTML5 Brain Age DS - Mini Game Recreated

    PLAY HERE! As a personal project I recreated a mini game from Brain Age DS. It took me about a week to complete and I'm pretty happy with how it turned out. I recreated all assets, used royalty free resources and used numerous videos as reference to get the game as close as possible to the...
  9. Kaliam

    HTML5 Mouse is offset whenever the screen is scrolled.

    Hello, I'm working on a HTML5 game which is contained in a webpage but lower down on the page, when you scroll down to the game, the mouse gets offset by the scrolling which is very annoying. Is there a way to fix this or is it a bug? The scrolling isn't 1:1 so it's doesn't seem possible to...
  10. FoxyOfJungle

    HTML5 Is it worth buying the HTML 5 module for web export? 🤔

    I am looking to buy the web export module in order to export a specific game that would be for Android, is it worth it? I know that there are some incompatibility issues on this platform, I would like you who have used it to give me feedback on what problems you had, if was needed to disabled...
  11. Forestherd

    surface_set_target() not working in HTML5

    Hello! I am currently trying to apply a water shader over the entirety of my game view. Here's what its supposed to look like (Windows). Water is rendered on the bottom half of the screen with a slight distortion effect: However, this effect does not render on the HTML5 export. Here's what it...
  12. E

    HTML5 Facebook Playable Ads, problem with textures

    Hello readers, I hope you are having a fine day. I am trying to upload my HTML5 game to create a Facebook Playable Ad and its not working for no reason, so I decided to create a new empty game in an attempt to pin point the problem. The new game which only contains a room and an object that...
  13. A

    HTML5 Possible to save file to computer in HTML5 game?

    Hello, In GM2, is it possible to save a screenshot of a game, such as using function screen_save(), to the user's computer when they are playing the game on a web browser? Specifically looking to do this on the platform Itch.io or on a website hosted by Weebly. Thanks -Ai
  14. P

    HTML5 Text input not working at all in HTML5 project - SOLVED

    Hello - this is driving me crazy so any advice would be hugely appreciated. I'm a teacher and wanted to make a form that students could enter answers in and have them checked, and if they get all answers right it gives them a link to the next task (like a sort of online escape room). I've made...
  15. Megamini009

    SOLVED HTML5 (camera_get_view_x) returns 0.

    Hey, I was just trying out a parralax background using lerp, which worked pretty well in the regular desktop test mode. So i tried it in HTML5 and it didnt move at all.. after checking the variables, I found that camera_get_view_x was returning "0" at all times in HTML5... strange. I used a...
  16. K

    HTML5 Uncaught TypeError: Cannot read property '_YU1' (CHROME)

    BUILD: v2.3.1.536 After playing through the game for 30 seconds to a minute I get these errors. Firefox: "Unhanded Exception - TypeError: this._av is null in file undefined at line undefined" Chrome: "Unhanded Exception - TypeError: Cannot read property '_YU1' of null in file undefined at...
  17. B

    ds_grid_set_region not working properly on web export

    So in my code I have a few calls to ds_grid_set_region, when ran on windows these work exactly as expected, however running on html 5 they will only set a region up to the smaller of the width and the height. The only way I can get my code to work properly is If the ds_grid I'm working with is a...
  18. E

    HTML5 legacy sound, or no?

    Trying to play BG music, with a volume slider. I can get the audio to start playing, but everything breaks when I try using the audio_sound_gain function. I noticed the manual says that you're supposed to use legacy stuff for HTML sound specifically, but those functions don't show up when I try...
  19. H

    Cant Export Game to HTML 5

    Error : Unable to save HTML5 output: "Access to the path 'Y:\Project_Arcadia_525A9631_Javascript\Project Arcadia' is denied." this is my first project to be perfectly honest, I don't even know where to start with this problem though, this form is my last hope. unfortunately, this is the only...
  20. S

    HTML5 Spine bounding box with HTLM5 : Bug ?

    Hi, I did some tests and i think there is a bug on bounding box from spine in html5. So, I imported in GMS2 a skeleton from spine without a bounding box. I used draw_rectangle (bbox_left, bbox_top, bbox_right, bbox_bottom, true) for the red rectangle. Compiling for windows : OK Compiling for...
Top