mobile

  1. Gasil

    GameMaker device_mouse_x_to_gui question

    Hello, I'm using: xTouch = device_mouse_x_to_gui(0); yTouch = device_mouse_y_to_gui(0); //And also tried: xTouch = device_mouse_x(0); yTouch = device_mouse_y(0); I'm drawing them in draw gui. I then create an APK of the test project. In my cellphone, I put my finger on the screen and the...
  2. J

    Android Project Revenge (Android)

    Project Revenge Google Play Download Link While in self quarantine, i decided to open my GMS 1.4 after 3 years of break and it really felt good to play around with game making again. So good that i decided to update to GMS2 and after while even purchased mobile module. I had plenty of...
  3. F

    Question - IDE Can't install GMS 2.3 mobile

    I got my mobile license and when it tries to install on GMS 2.3 it keeps showing error at the end of installation. It did work before I got GMS mobile and there is no problem with GMS 2, I happened only to 2.3 version.
  4. F

    Question - IDE Not able to install gms 2 mobile

    So I own desktop version of Gamemaker Studio 2, but since it was on sale I bought GameMaker Studio 2 Mobile. When I opened my Gamemaker it started to install and at the end I got this message Do you have any ideas of how to fix it?
  5. SubWolf

    Android Wifi is loading a save file?

    Hello, I'm having a strange problem that I don't have a clue what is causing it... I have a script to LOAD my game data from a file (let's say the file name is "save.sav"), when the game starts I have an object that checks if the file exists: if (file_exists(working_directory + "save.sav"))...
  6. Y

    Fill out the screen

    hello how can I fill out the complete screen of my iphone x mobile phone in gamemaker? If i use "Adjust to the screen" in the settings the game does not work. need help. thank you
  7. samspade

    GameMaker Simple Virtual Keys

    GM Version: GMS 2 Target Platform: Desktop and Mobile Download: None Links: YouTube Video Summary: A tutorial on one way to make some simple virtual keys. The manual seems to indicate that this should work equally well on all mobile devices, but I was only able to test on an Android Tablet...
  8. SalTheThief

    Movement in GML2 Mobile

    Hi folks, New to GML2 and wanting to make a 2D sidescroller for mobile devices. I wanted to make it so that, when pressing and holding on the left side of the screen, you move left and when,m you press and hold on the right side, you move right. Releasing makes you continue to face that...
  9. Mr Errorz

    iOS mobile game hangs / sound is gone after an incoming call

    Umm, so the title pretty much says it all, when running our game on iOS [haven't checked on Android yet], if the device receives an incoming call, once the call is done and the device is back on the game, all sound is muted, and additionally, the game sometimes hangs. Anyone familiar with this...
  10. V

    HTML5 HTML5 scales beautifully on desktop browsers, but the resolution is completely wrong (3-4x too small) in iOS and Android browsers!

    Hi all, I've been following the tech blog article on HTML5 scaling, and to my delight, it has worked great for my HTML5 game. However, it only seems to work on desktop browsers. When I try to test the game on my iPhone 7 iOS (12?) Safari or my partner's Samsung S9 with Chrome, the game...
  11. YoSniper

    Location of Android drivers and how to install

    Hello all, The most recent thread I could see addressing this issue is from 4 years ago, and I understand that technology has evolved since then. I am trying to compile a mobile app for Android, and the APK file seems to generate just fine. However, I still get a failure message at the end...
  12. E

    Steam Gamemaker studio 2 Steam

    Hello, im new in gamemaker studio, and i have Gamemaker studio 2 Desktop Steam, i can make a game for android and publish? Or i need gamemaker studio2 Mobile steam?
  13. KSoftLabs

    Android Changing Splash Screen and Display Name in Android

    I've purchased a GameMaker Studio 2 Mobile license. But when exporting the APK Made with Game Maker Studio Splash screen shows. Further more when installed the app name is also "Made in GameMaker Studio 2". I've changed the Display name in Game options - Android and have uploaded splash screen...
  14. Let's Clone

    iOS DLC Questions..

    I know VERY little when it comes to DLC release. So I'm mostly looking to be pointed in the direction of some articles and documentation. But I do have a particular situation that I'm in. You see, I'm currently writing a meditation app... in Game Maker, haha. After all, they say the best tool...
  15. T

    How can I limit a space in my room where the view can move? / fixating a view in a specific spot on

    Hello everyone! I am making a mobile platform fighter (using GMS 1.4) that looks like this: So, the idea is to have a big square in the center where the action takes place and on the top and bottom we have each player’s controller. I made a prototype and got a few feedbacks from my friends...
  16. T

    Android Login via Play Service vs Database & storing progress

    Does someone know if the Google Play Service Login return a unique ID that I can use for "Registration" with my game? This unique-id should be used to store game progress inside my MySql-DB. So if a user is playing the game from a different device, he still can get his Progress loaded via the...
  17. Let's Clone

    Android Play audio with screen locked

    Hey, forum. I'm pretty new to mobile development via GML and I was wondering if it's possible to have audio continue to play when the user locks the screen. I know this isn't a typical function for a game, but it's a desired feature for what I'm currently working on. Thanks!
  18. Y

    mobile networking

    Hi everyone, i created a .exe to be my a server and i have created a mobile client (android apk). I want to connect the mobile client with the server trough udp, i did it succefully when i connected the mobile to wifi and i used my public ip in the client to deliver the buffers to my server...
  19. willkaiju

    Design A postmortem on publishing to iOS and Android with GMS

    Hi there! I’m happy to say that Super Silly Soccer is finally out for iOS and for Android! Check it out in the Made with GameMaker forum: https://forum.yoyogames.com/index.php?threads/super-silly-soccer-out-now-for-free-on-ios-and-android.71102/ Here are a few things I learned from working...
  20. willkaiju

    Released Super Silly Soccer out now for free on iOS and Android

    Hello! I’m happy to announce my first (finished) game with GMS: Super Silly Soccer, free for iOS and Android. Download it here: https://kaiju.games/super-silly-soccer And here's a trailer: Super Silly Soccer is simple but hard-to-master, with two modes of play. Endless is a mode where you...
Top