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

mouse on object

  1. L

    GameMaker [SOLVED] How to use position_meeting?

    A super basic question: how to use position_meeting properly? My GUI contains tabs: if the player clicks on one, that is activated (and the others deactivated). I tought that would work: if ((mouse_check_button(mb_left)) && position_meeting(mouse_x, mouse_y, obj_controller_gui_mine)) { ...
Top