Memory leak after deleting a sound buffer
Here's my problem:In my game, I want to have a mini game using a microphone, Ã la Zelda Phantom Hourglass or Wario Ware.So far, it's globally working. I think I manage to make it work.But, there is one...
View ArticleHaving trouble accessing object data from JSON file in Gamemaker
I'm having an issue accessing JSON data for my game. Basically, I'm trying to pull this data in to use as dialogue. Here's the (relevant) snippet of JSON code below:{"actOne" : {"foxA" : {"gameStateA"...
View ArticleProblems to insert STEAM API and achievements on my Gamemaker Studio 2 Game
So, i recently launched a game on steam with the name of "Jump By Coronho: Chapter 2"After some time, people started asking me to implement achievements on the game. Since then, I'm trying to do it but...
View ArticleImplementation of Dijkstra algorithm in GameMaker studio [closed]
I have been assigned a test task to implement the Dijkstra's algorithm in a 2D game. There are four objects: the start point, the end point, walls, and an object that should use the algorithm to find a...
View ArticleGamemaker - Retain Overlapping with collision
How is the best way to setup collision so that my player will trigger collision logic when colliding with an enemy and so that I can walk through enemies, per se, but Not be able to walk through...
View ArticleFalling animation plays throughout the whole jump?
It's a pretty simple problem. When I jump in my game, there are two animations. One for rising and one for falling. However, when jumping while moving left or right, it only plays the falling...
View ArticleGamemaker not able to connect on port when running Debugging Mode
I currently am unable to debug in GameMaker as it keeps saying "Unable to connect on port ####, please change value at General Settings->Debugging->Debugger Port" everytime I try launching the...
View ArticleHow can i make text showing up after some period of time?
I am a newbie. i wanted make little text showing under the door after player reaching the door and waiting some time, but text doesn't show up. text part works fine, but " call_later" not.var _callback...
View Articlegame maker modifying windy woods game
I am a complete beginner in using game engines and creating games in generalI have a project to implement and I am trying to learn while implementing it at the same timecurrently, I am using the Windy...
View ArticleUpgrade button goes up by thousands and i dont know how to fix it
I have a very simple upgrade button in my game that increases the players' health but when I press it the health variable goes up by thousands at a time, I'm using the Left Pressed event. (oPlayer.Hp...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
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 ArticleHow to check when the player has collided with any object from a specific...
I want a script to check when the player collides with any object from one specific instance, but I'm not sure how to do soI tried using place meeting but replacing the object with an instance, past...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View ArticleHow can I make it where I automatically move in a certain direction (Purpose...
I am trying to add a wall jump to my game and am struggling with the horizontal momentum, where it just teleports to the location instead of it being a smooth arc.var move = key_right -...
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 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 ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View ArticleFisheye effect in GameMaker Ray Casting
I've recently made an easy ray caster in Game maker just with a 2d game where you walk and collide with walls and then i added a ray caster to it:function cast_ray(sx, sy, sdir) { var rayx=sx var...
View ArticleI keep getting this error: the function takes no more than 0 arguments but 4...
I am currently working on a project in GameMaker Studio 2, but it is saying that my function takes no more than 0 arguments, when I have set it to 4. Can anyone help?function drawBoxRect(bdl, bdr, bdu,...
View Article