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

clickable

  1. W

    GameMaker [SOLVED] Change cursor when hovering over object

    Hi. I'm looking for an easy way to change my cursor, when I hover over an interactable. I have tried with DnD, but I think it could be made easier with a step event and some coding. But I'm not quite sure. Any ideas? Also, this is a sidenote and I don't want to impose, but I'm also looking...
  2. A

    Legacy GM [SOLVED] point_in_rectangle not registering correctly with some GUI buttons

    Hola! Before you roll your eyes, I know there are a bunch of similar posts already but I've given them an eyeball and the suggestions in those (eg. device_mouse_x_to_gui, view_x) seem to have no impact whatsoever. I thought maybe drawing clickable buttons to the GUI when using a view had an...
  3. foreverisbetter

    HTML5 Solved: How to use clickable_add ?

    Hey hi, can someone point me in the right direction or even better yet tell me the exact syntax I have to use when I want to call a script with a clickable? So far nothing worked for me: not calling it as a string, not with parentheses or without and not with gmcallback_... in front of the...
  4. J

    Making an Info App

    Hey everyone, I'm making an app with what will be a lot of info. I'll be using a lot of words and need certain words that fall into categories to be highlighted when they appear and able to be interactive or clickable. I've already started with data structures and see that i can draw boxes...
  5. Z

    HTML5 Clickable button doesnt work

    so i use this code to create a clickable button, click=clickable_add(0, 0, sprite_get_tpe(s_nextbutton, 0), scr_end_video, '', ''); and it shows in the game, but when i click it, nothing happens. i also put a message in the script to see if it runs it atall, but it seems that it doesnt enter the...
  6. Y

    Legacy GM clickable sprites

    I'm drawing sprites in the Draw_Gui event but they have to act like buttons. I know drawing a rectangle over text but I thought if its a sprite already this wouldnt be nessecary. could anyone help me with this?. ///draw SpellBar draw_sprite(Spr_Spell_Sidebar, 0, 1152, 56) //draw Spells...
  7. P

    GameMaker Click on character to select him, then click on his destination to move him there?

    I'm making a single-player game where the player controls a team of 3-10 characters. In a given room, the player must divide his team into 3-5 squads, to engage 3-5 enemies at once. The battles are then automatically worked out. Anyone know the Drag&Drop code to select (click on) a character...
  8. J

    GML Solved: How do I prevent an action happening at the same time?

    There is a coin object in my game where players need to release left mb to score points. The problem is at the same time I collect my coin I also spawn another food object on release when I don't want it to. The food should only spawn when I click outside of the coin. So, how do I only create my...
  9. Appsurd

    Android Google Static Maps clickable marker

    Dear fellow game makers, Technical details: GM:Studio v1.4.1763 Professional + Android Developer page Static Maps: https://developers.google.com/maps/documentation/static-maps/ I got a slightly difficult problem which I can't find out. I want to show a map in-game of a google static map, and...
  10. David Richard

    FREE GameMaker Studio Tool for GMS1 users (Download available)

    During my work with tiles in GMS, I soon realized that GMS1 had some missing tools for games designed with tiles. I decided to program, on the side, a GameMaker Studio Tool for tiles. The tool is REALLY simple and provides some very basic addons that GMS could have had if they would not have...
Top