gamemaker

  1. U

    How can I avoid the overlap in my tower defense?

    I need help with this. By now, what i use to avoid overlap with dirt is this: In dirt: Event Mouse Left Pressed: blocked = true; Event Mouse Left Released: blocked = false; In towers: Event Mouse Left Pressed: if(global.money >= 10){ if(placing == true && blocked = false){ placing =...
  2. L

    Portfolio - Programming [PAID] lazyeye - Professional Programmer

    Hi there! My name is Gabe, known better around the GM Community as lazyeye. I am a full-time professional programmer, working primarily in GMS2, as well as in other languages such as Python, JavaScript, and C#. You may know me for: The /r/GameMaker Discord, where I am one of our admins...
  3. N

    Drag and Drop : Android Version

    Hi :D Do you know if the gamemaker Android developper has more fonctions than Creator Windows version ? i want to create an android game and i know that i need Android version to export my game in good file. but do you know if this version is really different the the orthers ? (exepted the...
  4. N

    Drag and drop : How to zoom ?

    hi :D Do you know how can i zoom in my game ? i would try to make a zoom as many other games (such as clash of clan, garden scapes etc...). With 2 fingers which are going to extremities of the screen. Do you know if i can make it easily with free version of Gamemaker or if i have to pay...
  5. J

    Clear cache in gamemaker 8.1

    Is there a way to clear the cache in gamemaker 8.1?
  6. J

    sprite_index is behaving strange

    if(kaart = 'diff') { sprite_index = Diff; } this is the code I use to change my sprite. the if statement works, and ive tested it already. I have a list of sprites: Trik Buck Nack Poll Diff whenever I run the code, the sprite changes to Nack, which is 2 places higher in the list. Whenever...
  7. N

    Legacy GM All projects refuse to save if WiFi goes out

    My WiFi is very unreliable(768kbps over an old 1998 phone line) and tends to go out at random times, especially if more than one device is on the network. Something I noticed is that if I attempt to save or test any project I create with GM:S when my WiFi goes out, the program freezes on...
  8. Gamer (ex-Cantavanda)

    Discussion WHAT IS THE BEST INVENTION IN THE ENTIRE UNIVERSE IN THE COMPLETE HISTORY OF HUMANITY???????????????

    For me it's PIZZA Because it is very tasty & my favouirit food & full of cheese and tomat What's yours??? opinion on best invention GameMaker??? FEerrarrRi cars? CHOCLATE?
  9. Z

    Windows Menu ingame, help ?

    Hello there! I needed to make a menu inside the game to show the player his points of attributes, level and skills. The idea is when the player presses a key, the menu drew in front of the screen, without changing the room or something. But besides the drawing, it is necessary to appear the...
  10. N

    GameMaker GameMaker Background Layer Unclear...

    I have a background layer called bg_random. But this code: randomize(); var lay_id = layer_get_id("bg_random"); var back_id = layer_background_get_id(lay_id); global.backgr=choose(bg_regular,bg_dark); layer_background_index(back_id, global.backgr); doesn't work. Nor does this work...
  11. J

    I seriously need help with this

    Hi guys, Does anyone know why it says that there is an error, at the line 2 pos 9 at the keyboard_ckeck? { if keyboard_ckeck (vk_right) && place_free (x+4,y)) { x+=4; } }
  12. D

    Windows How likely is a free (full) licence for Gamemaker Studio 2.0 (for Windows)?

    Gamemaker Studio 1.4 standard once had allowed a Free licence, essentially allowing new developers to try out the full version with no expense. The Free Licence would last permanently. However, what is the likelyhood of this happening with Gamemaker Studio 2.0 (At least for windows), with...
  13. K12gamer

    I'm going to be a COMPUTER teacher this year...

    I'm a little nervous...even though I've been teaching 1st grade for the past 18 years....and a few other subjects before that. I'll be teaching Computers for Grades 1 to 6. I plan to make it fun...and show them a lot of educational games... Hopefully some of the ones I've seen that were made...
  14. Doughnut115

    Free Color Course

    Color Course is a simple puzzle game. Use the arrow blocks to guide the color to the goal. First attempt at a puzzle type game and would love to hear what everyone thinks.
  15. C

    How to have Global Variables change without resting between rooms

    Ok so I have a global variable get made in the first room called gold I want to set this to zero but then if they last 60-second change it by one. The problem is when they go back to the main screen it resets it to zero how do I stop this?
  16. F

    Opinion So I got a new computer but the webpage for aquiring game maker studio 1.4 is not working

    it’s a all new all in one computer and the download starts but 15 seconds later it says failed or canceled and I have used the same link and page time after time but same result, please help I know my internet is working and connected and the internet is not to blame, is there any page on the...
  17. T

    Stuttering View when player moves

    Hey everyone, I have a problem with the views following my player object in my game. My player's base move speed is 1, but there's a friction variable that adds .1 to a speed of 0 until the player is moving at a speed of 1. The problem with this is that whenever my player is moving at a speed...
  18. M

    Team Request [TAKEN] Searching for a GameMaker dev who wants to build a plugin

    Hey! I am Mathias, I am a developer at STOMT. We are a small team that has been working on our idea for the last months. STOMT is platform that allows you to collect feedback in-game. For that we've built Unity and Unreal engine integrations and a web widget. The main advantages we are trying...
  19. X

    Legacy GM Why does my statement return "GAME OVER" every time?

    Hello, I have an enemy that will behave like a Goomba (in Mario). Currently I'm working on a way to defeat the enemy. This would be done by jumping on top of them. If you touch them from the side you get defeated though. To do this, I have the following code: if (place_meeting(x + sign(hspd)...
Top