• 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!

gamemaker2

  1. M

    I need help to make a score systeme

    Hello, I'm creating a Pong game and trying to add various features to practice coding. My new goal is to implement a basic scoring system where the ball adds 1 point to the score when it hits the paddle. I've tried to find many tutorials to help me do this, but despite all my attempts, it's not...
  2. mcqueen.

    Colored Text Effect.

    Hi everyone, I've run into this problem. I wrote the code in order to make the word or words of a certain color I need. But instead of coloring one word or certain words until the end of the interaction with the sentence, for literally a second the entire sentence is colored for me, after...
  3. AlanTalan

    Opera GX a one idea that needs help

    :duck:hello everyone and thanks for reading this, the idea that I have that for example in a game I can change the "theme" of colors of your Gx opera (this would only apply if you are playing in Gx.games) how could I implement it in my game ?
  4. Jotesco

    GML Background moving and following camera at the same time

    I'm having a problem with background, the problem is that i need to my moon move,but always in camera vision and that not working,the moon stays in the same position,anyone know where's the problem? 😔 Here's my code,and sorry for bad english. (Lua is Moon)
  5. AllenKurian

    GML Visual How to make two object bounce off each other and slow down

    I’m having trouble making my two objects bounce off and slow down after colliding with each other. (I’m using game maker studio 2 by the way) Any tips that anyone could give ? Thanks :)
  6. F

    Android Error al compilar

    Buenas, desde ayer estoy intentando resolver un problema con la compilacion de GameMaker Studio 2. Quiero hacer un juego para la plataforma Android, pero a la hora de compilar el juego(crear el .APK) me sale error, esto es lo que me sale en la consola cuando doy click en el boton Compilar. Este...
  7. E

    GML How could I make enemies spawn on the right side of the game screen?

    Hey all! This is my first time using GML so I am not too great at it and I need a little help. I am currently working on a 2D side scrolling shooter. I am trying to make enemies/entities spawn on the right side of the screen but I'm having some trouble. I have looked at a lot of videos and...
  8. TheRudolfGaming

    SOLVED Auto-fill showing duplicate suggestions of variables/functions.

    Heya! As the title implies, after updating to 2.3.1 today and starting to modify my code, I noticed that my auto-fill suggestions were getting shown multiple times I can assume this could be a bug/glitch of the new update/conversion to the new version, cause this behavior was not documented...
  9. V

    Collison Issues

    Hi! I've been working on a fan game for Undertale, and for some reason my collisions aren't working. I keep phasing through the wall. I'm relatively new at GameMaker, so any kind of help would be great. For my character sprite, my code is: left_key=keyboard_check(vk_left)...
  10. Weastøne Entertainment

    SOLVED Subimage indices are clamped?

    Hello, I was programming when I encountered a recurring, but still relatively 'surprising', effect: I have a 2-subimages sprite and whenever I ask GameMaker2 for the subimage '2' (the 3rd one), it shows me number '0' (the 1st one). Is this regular behavior, or should I clamp manually the...
  11. R

    I am looking to hire a programmer.

    I need to hire a programmer who can create an engine for me, based on Super Smash Land: http://www.supersmashland.com/ (Link to test the game and understand the concept) It would not be to replicate a complex system like that of an official smash bros, but it would be played with 2 buttons...
  12. Adriano_ppaula

    Android AdMob Reward Video doesn't work at the first time

    Hello everyone! ^^ Guys, lately something very strange is happening in my apk I don't know if it's something from google or if something is wrong. Come on, I correctly printed all the steps following the official yoyo tutorial. I have the latest version of GMS2 and I have everything updated by...
  13. A

    Question - IDE [SOLVED] Object Gets Destroyed

    Hi. I have a strange problem. This happen only in one of my projects so I think it's a bug. When I use goto_room, the topmost object on the object list in Game Maker Studio 2 gets destroyed. It doesn't matter which object it is. This isn't on a big problem and can easily be fixed by adding an...
  14. E

    Character Movement Problems

    I have been working on an action platformer game but my movements do not behave as I want them to. When move the cursor the object mousechecker moves with it and with that being checked my charachter's image_xscale gets set. However when the image_xscale gets changed character moves 5 to 10...
  15. JasonTomLee

    (Unnamed) Stick-Fight Platformer Game

    I thought It'd be a good idea to start this thread before any major updates. I'll be posting ONLY the most notable updates from Twitter. About This game is a 2D Platformer game focused on quick combat and movement to combo with the things around you. It'd prefer for it to be on the...
  16. S

    Create Your Own Event

    If none of the events is suitable, does the event you create myself exist?
  17. zampa

    GML Path problem

    I was messing around with paths for now i just have a path that goes back anf foward. //create event spd = 2; path_start(path0,spd,path_action_reverse,false); These are the only 2 lines of code i use for now. So let us say i create a path that is 320 pixels long (i don't know exactly how long...
  18. T

    Physics Items keep stopping

    Hello. Im currently trying to build a gravitational model of planets in Gamemaker2. So far gravity and everything is working great except one problem, Every like second or few the objects just randomly stop and basically the physics has to reset so all momentum and stuff is gone. Any Help? Code...
  19. T

    DS list of all of a certain object live in game

    Hello. I need to make a DS list of all the "obj_object" objects currently in my room so that I can reference them all individually in my code. How would I go about doing this? This is so that they can reference each other. Also when the object dies it also needs to get off the list. Is this...
  20. T

    Astrodynamic Equations to Gamemaker Code Help

    Hello, I'm currently trying out a few things for a physics class and want to try to replicate basic orbital mechanics in gamemaker 2. This requires some advanced math though that gamemaker would not support by default. I want to be able to run this equation in game maker But this formula...
Top