Spawning Enemies on Game Maker
I am coding a game on game maker studio in which I want a number of enemies to be spawned randomly on my grid every time the game is run. However, I am only getting one enemy on my map each time I run...
View ArticleGame Maker Studio 2 (GMS2), game is launching in a localhost browser?
Today I opened my gms2 and launched my game.The game launched into my webbrowser with a GMWebServerThis has never happened to me before and I do not know how to stop this. The game used to launch into...
View ArticleGMS2 returns instance_create_layer :: specified layer "text_layer" does not...
heres the codevar _obj;if (instance_exists(obj_text)) _obj = obj_txt_queued; else _obj = obj_text;with (instance_create_layer(0, 0, "text_layer", _obj)){ msg = argument[0]; if (instance_exists(other))...
View ArticleNeed help in GMS2 pls, trigger works again and save menu opens again, even...
I've run into this problem.I have a save menu with two options: "Save" and "Return", which is selected by the option heart. When selecting the "Return" option, the option arrow going back to "Save"...
View ArticleGameMaker Studio 2 Android resolution
I'm making a game for Android in gamemaker studio 2, but I'm having some issues with the resolution. I have a 3x3 grid in the center made by 9 64x64 cubes. What is the best width and height, or views...
View ArticleDelay time in GMS2
I am trying to make it so that when you click it will show a different cursor_sprite for 0.25 seconds. I currently need some way to add a delay to this. Here is my code so far:In create event:///...
View ArticleError on Handle Collisions in Corners - Gamemaker Studio
When I move my character into the walls, the bottom wall and right wall collisions works fine.Collision walls that work fineThe problem is with the other two walls (the left and top ones), when I'm in...
View ArticleUnknown variable floor_tex on Gamemaker 8.1. How to fix it?
I have a very trouble with Gamemaker 8.1.So recently, I've followed this video tutorial which shows creating a game 3D on its game engine.https://www.youtube.com/watch?v=0Jo0JEEukhcI tried to test my...
View ArticleI need help for gamemaker 2.3
Pls help meA few weeks ago it came out of gamemaker 2.3, practically in the gamemaker language they changed the scripts into functions, but now after converting the files to be able to reopen them, I...
View ArticleUnexpected syntax error when using Macro in conditional statement gml
I am very new to Gamemaker, and I am trying to make a simple space invader game. In the player object's step event, I am trying to check for collisions with the left and right sides of the camera. I...
View ArticleHow do i fix "unassigned variable instance_create referenced" in Gamermaker...
So I am getting an error message that says "unassigned variable instance_create referenced"I am not sure why I get it but I have tried to fix it but with no luck, does anyone know what can cause...
View Articleinstance_create_layer won't recognize a layer that IS created
I'm using Gamemaker studio 2 and I am fairly new keep in mind but I am fairly certain this isn't a problem on my side. I've been watching a youtube series on creating my first game using GML and my...
View ArticleLoading GameMaker into React Native
I am working on a more traditional React Native app. There has been a requirement given to include small mini-games within the app.I would really like to allow our dev team to utilize a game making...
View ArticleGamemaker studio: My enemies jump out of the room but only when they collide...
My jumping enemies jump out of the room. They collide with the right wall and bounce off correctly. however when they collide with a left wall they jump out of the room and fall out. Please help....
View ArticleUsing move_and_collide with multiple objects in GameMaker 2
I have the following object types:oWalloEnemyAnd I'm trying to call the new move_and_collide function in such a way that it would collide against both of them. Something along the lines...
View ArticleRandom Rain Sounds in GameMaker
I’m making a game with GameMaker 1.4 and I’m in a dungeon room and I want to add drop sounds (like it’s damp) randomly.Thank You!
View ArticleIm trying to make an animation script in GameMaker
In the script its supposed to run the animation line 6-8 currently and then its supposed to see if down is not pressed and the direction is down then set the sprite to look down Line 23-25 but it keeps...
View Articlehow to have a camera follow the player in a rollback game (gamemaker)
I generally can't figure it out, I don't know how to keep some input local, rather than it being shared to both pcsTried Youtube, however, there was nothing on the subject. Even the official gamemaker...
View ArticleGameMaker calculate the Object's speed with xprevious and yprevious?
Can't calculate speed based on that.I'm using paths to move objects so built in direction is speed is always zero?How can I calculate the real speed of the object?No matter what xprevious is always x...
View ArticleGame maker refuses to compile and run game, with error message "Unable to...
I am currently doing a project in a fresh installation of Game Maker Studio, version 1.4.1499. When I attempt to build and run the project (using the run button, the run menu option, or by pressing...
View Article