problems

  1. C

    Android Problem with Admob for Gamemaker Studio version 2022.2

    Greetings community I have a problem with the admob ad creator, what happens is that when I download the extension for ads and try it, it only lets me try it in the emulator for windows. When I try to use it for the Android platform, everything appears completely different from how it should...
  2. S

    GameMaker Can`t buy license using non dollar currency

    Title describes itself, when I choose payment in dollars (by changing country in Opera settings) it allows me to payment page but I has no credit card to pay in dollars. When I choosing Israel to pay in NIS it not even allow me to click [BUY] button. It also refuses payment from Steam, it...
  3. RyanC

    iOS Shader Not Working Correctly on Mac & iOS

    Hi All, I was wondering if someone can take a look at this blur shader and take a guess as to why it only works on Windows and Android. On Mac the shader looks really buggy and fuzzy. On iOS the shader just draws complete black. For all the above, the shader_is_compiled(sh_blur_small) and...
  4. R

    Experiencing slow down in the editor after a few hours.

    Hi! I am Rob, from Hungary but I live in Spain, I am new to this forum and I am a game designer. I have been using Game Maker 1.4 since 2014 and I have bought a GM2 lifetime license last year! So since the last update of GM2 I have been experiencing an issue with the editor. As I am working on...
  5. giraffeman210

    Question - IDE Source Control doesn't seem to work well.

    GMS2 source control seems to not work well at all. Is it just me or this a common problem? The user interface doesn't seem to load properly and the merge tool doesn't seem to work half the time. It is just myself and a friend sharing code and for some reason it breaks all of the time. Also the...
  6. B

    Windows [Edit I solvd my problem]I need a to put a animation and cancel?

    How I sey i need this and the solidblock isa box.Normely when the Player hit this block he becam the wappon and the box explod and disappear, put I hit the box he give me the gun and he make the sound and he disappear but the animation dont com PLEAS HELP!
  7. G

    Windows GMS 1.4 to 2.0 compatibility problem

    Hello guys, Im converted GMS 1.4 project to version GMS 2.0 ofc game is running without any problems, but the main problem is with backgrounds... currently all of my backgrounds are changed into tiles in sprites and tiles in tiles of GMS 2.0 folder trees . Game is lagging as 💩💩💩💩 and i cant see...
  8. Suzaku

    GameMaker How to place objects with draw event

    Im starting to use the draw event to draw everything, as I ve been told thats a more professional way to draw stuff, but Im having problems, more specially when I have to figure out quickly the coordenates to put my fixed objects(like walls, ground, static things).on my backgrounds. Is the draw...
  9. B

    Cameras and files question

    EDIT: Putting this at top because its now the main question but i am still not sure whats with the playerachievementcache.dat file in the programs files i think i probably posted this in the wrong area before so i'll repost it here: ok so i have a script that will either create a new game and...
  10. C

    Problem with collisions

    I am currently making an action platformer and i have problems with collisions. The code goes like this: Create Speed = 0 Step var move = (keyboard_check (vk_right)) - (keyboard_check (vk_left)) speed = move * walkspeed If (place_meeting(x + speed, y, wall)) { While (!place_meeting (x +...
  11. M

    GameMaker [Solved] error when trying to access a variable of another object

    I have a problem, and there is an object that we will call "enemy" that a part of its code tries to use information from a variable of another object, which is called "o_round_system" since the game goes rounds and it is necessary to have a control of how many enemies there are in the room, do...
  12. C

    Question - IDE Project Won't Open

    Hello. I am using Game Maker Studio 2.1.4.285, and have a Creator's License on my Windows PC. I am very new to using Game Maker, so please bear with me here. Recently I was attempting to open a project file I had started the day before, and the top bar read "Loading..." then "Saving..." and...
  13. F

    Legacy GM Loading a game gives an error

    ]Hi I'm having a problem while loading a save I have created. Whenever I try to load the game it gives me this error code yet my hero object is in my save file ___________________________________________...
  14. flyinian

    Question - IDE Issues with in game animation and help with resolution knowledge

    Quick overview on who your dealing with: I am brand to to Game Maker Studio 2. I have no back ground in coding or game development. I do ask if: You could be as elaborate as you can be with your responses. Cater your responses to beginners. (like if you were speaking to someone who hardly...
  15. F

    Help!!!

    Ok, so I am making a game and i've hit a problem. this is what I'm trying to do. If (keyboard_check(vk.right)): if (keyboard_check(vk_left)): go left else: go right The problem is is this concept correct and can you do if statements in if statements and finally how to do else
  16. S

    I can not make a TDS game, the player does not turn the player does not turn

    I do not know what to do, I'm studying video lessons and forums on a game maker, and tried everything. My player does not turn where the mouse is looking !! Do not pay attention to sprites, this is not the main project
  17. Turkish Coffee

    Discussion Not enough sleep..

    Hello, Probably everyone had this problem in his/her life at least once. Not enough sleep.. I'm sleeping 6, 6,5 or 7 hours max. And I go to school after an hour when I woke up. So I sleep between 00:00-01:00 -sometimes change- untill 07:00 and go school around 08:00. The school finishes at...
  18. T

    Instance create layer animation problem

    I've a trouble with the animation of an instance create. I need to use two sprite sheet simultaneously for the walk animation of my character, one for the upper body and one for the lower (legs and feet), so I've create two object and I've used instance create. First of all "instance create"...
  19. G

    My animations keeps looping forever

    hi all , i'm having a little problem. when i made my shooting animation , it didn't play properly at the beginning, i did some bug solving and discovered the issue , it was because de idle animation was playing at all time btw. but now , whenever i press the C button (shooting button) , the...
  20. F

    Windows Chrashing

    When I open my project and make a sprite it crashes. Can someone please help me.
Top