novice

  1. C

    Animation won't play when getting an item.

    Hello. I discovered GameMaker 2 and Aseprite a few days ago and decided to go for my first small project today. I'm trying to program simple gameplays features and use my own sprites and animations. I managed to get my player sprite to move on a platform, its sprite changes if he jumps, runs...
  2. t0lkki

    HTML5 HTML5 browser game doesn't run

    Hi! I'm trying to make a web version of my game that could run on itch.io, but the game turns into a black screen after running for a frame or so. Launching the game directly from the files works as intended, but the web version doesn't work for some reason. Console prints this error...
  3. ST0N3

    GML How do i make my character dance? [SOLVED]

    well... I have this character step code right here And when i run the game, when i press "Z" my character don't play the spr_dancing even if the image_speed is equal to 1. she's continue stuck to the first frame... I tried to move this to other places, and nothing works. Maybe it's something...
  4. john2342152

    what would be the right way to create a "room"

    I wanted to make a 2D platform game, but I still don't know the proportions, the screen and room size and the camera, how do I do these things professionally so as not to interfere in the future?
  5. john2342152

    where did i go wrong here?

    My Code : #region CONTROLES move = -keyboard_check(vk_left) + keyboard_check(vk_right) hsp=move*5 if place_meeting(x+hsp,y,obj_solido) { while !place_meeting(x+sign(hsp),y,obj_solido) { x+=sign(hsp) } hsp=0 } x+=hsp if place_meeting(x,y+vsp,obj_solido) { while...
  6. M

    Issue with dash mechanic for movement

    Hello! This is my first time posting here and I'm in the middle of building my movement in Game Maker studio 2. I have horizontal movement down, however I can't seem to get the dashing ability work properly. In the create event, pretty straight forward stuff: move_speed = 300; key_left =...
  7. E

    Publishing nonprofit games

    Hi Everyone. I am new to GameMaker, and game development in general, and I was planning on creating some small games I have on my mind just for testing purposes. I understand that if you want to publish anything to make some money you require to have the full version of GM, but in my case, I...
  8. H

    Shields

    I need help creating a shield
  9. F

    GML [SOLVED]Help with Orbital Movement that follows the mouse?

    I've been working on this little prototype this past week, and I've been quite stumped at the start of it. Looks like I have much to learn, lol. :confused: I followed the code from this...
  10. S

    GML Trying to index a variable which is not an array

    I'm still very new to Game Maker Studio, but there's a competition running at my school so I thought I'd give it a go. I'm trying to create a scoreboard for my endless runner; once you run out of lives, you're sent to the scoreboard and told to enter your name. I've had this error whenever I run...
  11. L

    Team Request Building a team. A time bomb. (Aimed at beginners)

    Hail Friends, So looking at some posts about people looking for others to work with, and even saw a team post, I decided to create a new one to begin from the ground up and implement some learning dynamics. I've been using GM:S for about 4 months now and made a very simple platformer game but...
Top