Quantcast
Channel: Active questions tagged game-maker - Stack Overflow
Browsing index pages (190 articles)

Does anyone have experience with Unity/Gamemaker?

My friends and I want to create a tactical RPG with tile-based movement, and since we are fairly new to coding, we decided to use GameMaker as our game development software because we heard it's one of...

View Article


Falling 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 Article


Why does my gamemaker collision system have so many issues?

I'm so sorry if this has an obvious fix but I'm really new to GML and I haven't been able to find a fix online. I've been racking my brain for hours trying to figure out why my movement system barely...

View Article

Image may be NSFW.
Clik here to view.

GML - Error to set position when the object starts

i created an object in gml with Draw GUI event, with the following code:draw_self()draw_set_color(c_black)draw_text(x + 70,y + 50,string(obj_deafult.value))why the object is initializing out of the...

View Article

Dot Notation in GML and how do I use this.function()

I'm making a script using GML. I'm quite new to GML but already have some experience in Python and a little bit in C languages.Is this even correct?function tooltip() { var this = {}; this.__init__ =...

View Article


Error with gradle when running gamemaker project for android

This is the error i always get when i try to run my program with android studio:WARNING: A restricted method in java.lang.System has been calledWARNING: java.lang.System::load has been called by...

View Article

Dependency issue in C++/CLI interface to use a C# library in GameMaker

I'm trying to write a relatively simple interface to use a C# library in GameMaker, and I'm fairly certain the issue is on the C# side. I have very low familiarity with both the language and Visual...

View Article

Game maker physics: using different restitutions in one object

I tried to make a game in which the player makes atoms. I'm really far in making a good looking and working game.But now I want to make the atoms have different properties for different phases (solid,...

View Article


How do I make a bloom/glow effect?

While trying to use this code in the create event nothing happens_fx_struct = fx_create("_effect_glow");if _fx_struct != -1 { fx_params = fx_get_parameters(_fx_struct); fx_set_parameter(_fx_struct,...

View Article


How do I scale my pixel art game in GameMaker without blurring the sprites?

I'm currently developing a pixel art game in GameMaker Studio 2, and I'm running into issues with scaling and resolution that affect how my pixel art looks. My game has a native resolution of 320x180,...

View Article

is it acceptable to attach an action to a certain frame in a sprite? (Gamemaker)

So basically I'm making an attack mechanic where the player character charges in the direction of the mouse, but I want for there to be a slight input delay and I'm thinking about doing that by...

View Article

Im 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 Article

I 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


Game Maker app crashing on Arm v7 Android devices after the latest...

After the latest Game Maker IDE/Runtime update my game started crashing on every Arm v7 device.Players are reporting that the crash happens right away when the game starts. No issues on other devices...

View Article

Gamemaker Mobile device Inconsistent Drag Speed Across Different Operating...

I'm developing a game in GameMaker Studio 2 where I implemented touch-based object dragging functionality. The code works as expected on Windows 7, but when testing on Windows 10, the dragging speed is...

View Article


Using 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 Article

I 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


Random 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 Article

Using 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 Article

I 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
Browsing index pages (190 articles)


Latest Images