chrome os

  1. T

    GameMaker How Do I Install Gamemaker on ChromeOS? (The regular monthly updated build)

    Hey, does anyone know how to get GameMaker working on ChromeOS? And I'm talking about the regular monthly updated build, not beta or anything else. I downloaded it using the download page on the GameMaker website, but I can't open the application. It doesn't show up as an application on my...
  2. JesterOC

    Android HOW to code 'WASD' controls on CHROMEBOOK??

    So my friend has a Chromebook and has been helping me test my project... I have WASD code using the keyboard_check() function as such: var W = keyboard_check(ord("W")); that works on PC, but somehow fails on Chromebook? I trieded changing it to: var W = keyboard_check_direct(ord("W")); but...
Top