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

sign

  1. V

    how do i do to adjust my shoot`s system

    I'm creating a system so that the shot is born in front of me, 20 pixels in front of the character regardless of right or left var move = key_right - key_left hspd = move * spd vspd += grv if(hspd!=0) image_xscale = sign(hspd) #region TIRO var flipped =...
  2. B

    Collision Issue, but only when moving Left and Up

    I found a script for collisions that works when colliding with the ground, or walls to the right. I am trying to figure out how it ticks, but there is a problem I can't fix. It gets the player stuck in ceilings and walls to the left. I am pretty confident the issue is here: if...
  3. KyleRansford

    GameMaker Problems with Uploading/Signing Android App Update

    I've uploaded a internal test version of my Android game and was trying to upload an update and I keep running into this error. I have enrolled in the Google App signing and the error it keeps telling me is that my apk is not signed with the "Upload Certificate". But I don't see anywhere to add...
  4. A

    Windows Gamemaker Studio EXE file signtool

    I'm not sure if anyone has history of signing a Gamemaker Studio 2 Game with signtool. But I've seem to run into this error when attempting to sign a built exe. SignTool Error: SignedCode::Sign returned error: 0x800700C1 %1 is not a valid Win32 application. SignTool Error: An error...
  5. KyleRansford

    GameMaker How Does the Instance Creation Code Work?

    I have objects like, Sign Posts, Chests, NPC's etc, that can all have different actions. Instead of having multiple objects of the same type (Heart Chest, 1up Chest, etc.). Can I use the Instance Creation Code (when you double click on an instance inside a room) to specify what I want in the...
  6. L

    Can't Sign In Google

    I Already configured ALL Donwloaded Extensions Configure The Global Game Settings Google Console and all. But the error persists. I could use some help, please.
  7. T

    How to make a sprite appear like text?

    Hellooo! I would like to make a sprite appear just like how I use a sign where it will show text above of it. Does anyone know how this could be possible? Here is some code that I use for my invisible sign to display text Create = showtext = 0; Step = if (place_meeting(x,y,obj_jack)) {...
  8. S

    Sign error

    Hello, im new here. Can anybody help me with this : "Error: SignerSign() failed." (-2147024885/0x8007000b) Im learning some GMS with tutorials and more, but in my first project (for windows 8) that 💩💩💩💩 happens when I try to "run the game". Please, help me. I dont know what to do.
  9. K

    3D someone help me about d3d_end()?

    Hello Friends,Let's Contextualize... I'm Creating a Space Shooter game,I will talk more about this project in the future. So,in the introduction of the game,in tribute to the Star Wars franchise,I made this sign: but I the sign is just a background with some stripes,I want to create a text,so...
Top