• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

location

  1. AnnoyingDoggoX

    Off-screen Enemy Indication

    An arrow or indicator that shows the location of off-screen enemies which is around the edge of the camera. I would like this to not be drawn, because I'd like to use an object for the indicator. I have an object for this enemy, and there is only 1, but I think maybe solving the problem for...
  2. J

    GML Converting/scaling GPS positions (Latitutde, Longitude) to x, y.

    Hello all, I'm working on an augmented reality game for mobile devices using the Google Static Maps API and the device's GPS location through an extension. It's coming along great except I'm having an issue with moving the player's GPS position in the room and scaling it with the map size. When...
  3. S

    Android Screen save location on Android

    Where is the screen save location on Android? Can it be controlled somehow?
  4. XanthorXIII

    Suggestion US Presence

    Has Playtech/YoYo thought about setting up a US Office? Would that help with your Talent Pool and with resources for the folks over here in the US using your products? Just saying. I think Mike might like having somewhere to crash while he’s over here.
  5. B

    GPS/location in mobile ?

    I searched the forum for gps and it returned pretty much nothing. Is there a way to use GM to include GPS/location for a mobile game? I see one or two people claiming to have done it in web search - it sure seems like someone would have asked in the forum, but I don't see it. I see in market...
  6. H

    Legacy GM How do I save player location after switching room?

    Hi! I'm pretty new to Game Maker Studio and coding, but what I've managed to create this far is really making me motivated to want to learn more! I am currently trying to remake the original The Legend of Zelda for the NES in Game Maker Studio 1.4, but I am having a bit of trouble saving the...
  7. Posho

    Android How Would You Do A Pedometer or Detect IRL Walking?

    I'm working on a little something that could benefit from counting walking, but I have no idea if it's even possible to do in Studio 1 or 2. The only idea I have is to do something similar to Pokémon GO by somehow using the Google Maps api or GPS and checking location changes and lengths...
  8. G

    GML SOLVED problem with spawnign and checkpoints

    i have created checkpoints in my game so when ever the character dies he spawns at the checkpoint the problem is for some reason he spawns in the sky or if i restart the game the player obj spawns from the sky //this is the code for the checkpoint image_angle += 1; if (place_meeting...
  9. W

    Legacy GM [SOLVED] Moving object from x and y to x2 and y2 in a certain amount of time.

    How can I make an object move from one specified location to another in a specified time limit at a constant speed? I've pretty much got the moving of objects down, but I don't know how to enforce a time limit that would also determine the constant speed for the object from a given position.
  10. D

    Android flipping the way numbers go? gps my mind is blown help

    im working on a gps game and im fundamentally stumped on something im sure is simple. gps latitude coordinates are positive above 0 and negative below it. ingame y coordinates are negative above 0 and positive below it. the below formula calculates the offset from the center object to show...
  11. R

    Is there an expression for the x,y location of the character in a string?

    Hi Everyone! I was wondering if there was a way to handle/find the x,y coordinates of a character at a given location in a string? To give it some context, I'm currently adapting Heartbeast's dialogue tutorial to my own uses and I was wondering if there is a way I could basically tell my game...
  12. P

    Android [Java] How to fix broken extension?

    disclaimer: i'm not sure if this is the correct subforum, feel free to move me I was using "Device Location" by Rani_sputnik for my Android game. This extension has since been removed and no fix has been released publicly by the developer. As my game relies heavily on this feature, and my...
  13. B

    Legacy GM Set Target to location of objects by clicking

    So I have read on all of the related issues and I have no idea how to implement them to the character in my game. The game is an action RPG where the main targeting system is clicking the enemy you want to attack. One close enough, the character will begin to attack per second. I am having...
Top