problem

  1. Rozen Software

    UWP (Solved) Could not connect to Device Portal (UWP exporting)

    Working on versions: IDE:2.2.4.474, Runtime: 2.2.4.374. Since the current version I could not export to UWP target anymore. In the log I have the following informations: I suppose my Device Portal is set up correctly. I can login to it via browser and it was working previously on version...
  2. A

    Android Flashing screen issue on Android!

    Hi! Now I need help with this flashing border here, there is a way to solve it? My game have a lot of rooms, but only two of them have this problem and it only happens on some specific gadgets.
  3. Rozen Software

    UWP Trial license on Windows Store problem

    Hello, I do have problem with uwp_license_trial_version() function. I have published my game to Windows Store and set trial license for seven days. When I downloaded the game I saw that trial code is not executed. Function seems to returns always false (should return true as the game is on trial...
  4. R

    Question - IDE Adding new resource in resource manager causes errors

    I'm getting a strange problem whenever I add a new resource in my game maker projects. It wasn't a big issue before, but now with over hundreds of rooms, objects, sprites, etc., it's becoming more and more annoying. Basically whenever I add a new resource like a sprite or an object, it's like...
  5. H

    Searching for Criticism On Noob Game

    Hello! Everything about my noob game, including written out code, is in the google doc link. Its a few pages of stuff, so I figured I'd put it somewhere other than this tiny thread box... Any advice is appreciated. Thanks...
  6. David Lorenz

    Discussion Some objects stay persistent even when they shouldn't?

    Hello, everyone! This is wierd. Weeks ago I've noticed that some objects that used to be persistent kept on operating like they still were. I checked, double-checked and triple-checked what I may be doing wrong, but with no results. At some point I tried duplicating the said objects, deleting...
  7. Q

    GameMaker [SOLVED] Spawning four instances at once

    Hello!!! I came across a problem that when I fire a gun, four instances of a bullet are created at once (each on top of other). I really don't have idea what causing this problem :/ I have a parent o_player obj, which have three childs. Each child inherits whole step event from the parent. At...
  8. R

    Need help with walking animation

    So I'm working on a top-down farming RPG similar to Stardew Valley and I just finished working on the sprite walking animations. There are three walking animations, one walking vertically towards the bottom of the screen, one walking vertically away towards the top of the screen, and another for...
  9. jonahrobot

    Legacy GM Audio is swapped... please help

    One audio file is playing instead of another... Backstory: For the last year I have been working on a game using the new Audio Engine and have racked up a lot of sound files. Today I added 3 new sound files and then everything went wrong. I ran the game and some sounds were swapped. The main...
  10. E

    Legacy GM [Resolved] GMS1.x problem with code editor.

    Hey guys I have a problem. So you know when you choose a parentheses or curly braces it would show you their first and last character. I accidentally pressed something and now there is nothing showing. How to fix it? I didn't find the option in settings and pressing F1-12 didn't helped me.
  11. A

    Taking just one instance from an object

    Hello guys! I have like 30 same object in 1 room and I want to do when I click that object image_index change but when I click all of the 30 instances changing. I want this code for just that instance. How can I do it? Sorry for bad English...
  12. G

    Game maker studio no longer recognizing defined variables in room? Help?

    So I opened up my project today, which was fine earlier. and all of the sudden my enemies started behaving awkwardly. I did some digging, and found that the game is now completely ignoring the variables I set for instances in the room with the "variable definition" tab on the instances. It still...
  13. W

    falling through the floor

    hey guys since am very new to Gamemakers studios am obviously going to stumble uppon some problems , since other threads and youtube seem to only take my time i will post my problem here. //get player input key_right = keyboard_check (vk_right); key_left = keyboard_check (vk_left); key_jump =...
  14. P

    Reflection of a character

    My game character looks to the right side. I want that when you press to the left that it reflects to the left. I use this code for the reflection to the left side. A run animation and jump animation I had and its work if (hsp != 0) { image_xscale = sign(hsp) } but when I start the game I...
  15. M

    GML problem with instance variable

    Hi, i am kinda new to GMS2 and i need some help. I would like to create an instance variable called "hello" but GameMaker do not recognize it as an instance variable (in green) like "score". I would like to understand why it is doing this and how to fix it. By waiting, I wish you a nice day ;)
  16. O

    Windows [Solved] Cannot get draw_text to work

    I have uploaded my project and will greatly appreciate it if you can can help me? The code is not a lot, any help will be greatly appreciated please? https://drive.google.com/open?id=10lUAVrZEy9MbEaHg_16eg83-JqlJ9bdj
  17. Marko03970

    Problem with creating application (exporting project)

    I did everything from YouTube video but i'm getting this error and application can't be built. Anyone that know how to fix it?
  18. T

    Confused why this is happening

    My sprite is colliding with an object before it gets to it? When I jump on the platform, sprite walks off and floats then drops to ground? Why cant I walk in front of the object and jump straight up on it? Its like I am bumping my head on a ceiling when I try to jump up directly in front...
  19. Marko03970

    Problem with Android setup

    Can somebody tell me how to solve this problem?
  20. F

    Windows Problem with variable

    I´ve got a problem with variables. When i set global.enemyspeed = 2;, and then into the enemy object-step-alarm[2] = 300; Alarm2-global.enemyspeed +=2 alarm[2] = 300; But in the game, the speed is on +2 until next enemy spawns. When next enemy spawns the speed is again on 2. The game...
Top