interaction

  1. Kepler2b

    GML Interaction with sprite front

    I don’t know how to make an object just interactable when you’re in front of it, I interact with all the sprites, sideways, backward, I want it to be just a sprite in specific, someone gives me a help giving me tips? I’m lost thanks Object interact: if(keyboard_check_pressed(vk_enter)) &&...
  2. Jihl

    I just made a little "debug visual project"

    Hey there everyone, I just made a project which wants to represent that you can also debug your game in joy. ------- ------- ------ Here is the link to the video Debug project video This is only 3 days of programming, not anything fancy, but still I'd like to share it because I'm trying to...
  3. Binsk

    Asset - Scripts UBG 3D↔2D Translator

    Who would have thought that clicking on something in 3D is such a pain? Well, let my free extension fix that for you. Download: Marketplace Upset Baby Games What is UBG 2D3D Translator? UBG 2D3D Translator is a redesign of my extremely old Mouse 3D Interaction extension. This time it is...
  4. E

    Interact with elements using draw_sprite

    Hi everyone, I'm currently developing a RPG and I've created save and inventory icons that I have placed using the draw_sprite function. This works nicely and the icons appear where I want and they are in a fixed position so that when the camera moves, they stay where the are. But now, I'm a...
  5. 2

    GML Player Object; Stealth Initiation, Disable during Interaction not working.

    Hello, I have been working on video game creation through Game Maker 2 (v2.2.1.375) and have been creating a basic landscape for game mechanics. The desire is a semi open world rpg; in this case I am focusing on movement, dialogue, and a stealth mechanic. I have it set that if the player...
  6. D

    Question - IDE Resizing Rooms and Deleted Tiles.

    Maybe I'm doing something wrong, but there's some major UI/UX issues in GM2 that are driving me nuts. Firstly, when I change the size of a room, all the tiles outside of this new size are deleted - that's ok - but when I try to undo that action.... Nooooope... All tiles lost... No undo... Hope...
  7. K

    GML Need help with Coding interactable objects

    So I am kinda new to GML and the Logic of how the Code Works. So after I got movement down, I feel the need to try and get this to work. So what I am trying to get it where when you press a button, then it make the area of 1 (when facing this direction) to set a number from 0 to 1, and that if...
  8. B

    GML Sprite interaction

    Let's say I want to have my character to grab an enemy and throw him away. How do I approach that? Do I need to draw a sprite that have both character and an enemy in it, and then replace both original sprites with this merged one for the duration of animation? Or should I draw two different...
  9. C

    GML Trying to make two objects or sprites interact...

    idk what to try at this point. I've been able to run the game with certain scripts with no effect, and the ones that seem like they might work result in aborted runs or compilation errors. Here is one error I've been getting with a certain code: FATAL ERROR in action number 1 of Step Event1...
  10. W

    An Object I can talk to....[SLOVED]

    I need help making an object I can talk to by pressing a button. I don't know how to do that but I am doing it wrong. It only works when I am moving up from the bottom of the object. Then it works but only then. I want it to work when I am standing by it looking at it. So here is my code: if...
  11. J

    Is this game feasible?

    Hello! Before I begin, I have to say I do not have Game Maker: Studio. I am using GM8.0 Pro. Unless I finally decide to get Studio, that is. I have an idea for a game. What do you think the efficacy is, of making this game in game maker: A simple, yet emergently complex, highly interactive...
  12. Tthecreator

    Asset - Scripts uiZ - ultimate ui framework

    CLICK HERE to go to the marketplace! Click here to got to GitHub! It feels good to finally up this tread on my latest ui asset which I have been working on for years now (I think i started in 2016 somewhere). I've now made uiZ FREE and OPEN SOURCE for any non-commercial usage! Please checkout...
  13. S

    Eliza: Interactive Dialogue System for Classic RPGs?

    Greetings! I just started enrolled in school for video game design and I had an idea for dialogue in a game I plan to develop, but I wasn't sure where to go or who to ask. I am designing a RPG game that requires NPC character interaction, but I want to avoid that dialogue style where the NPC...
  14. MMM

    Scrolling text menu for android interactive books

    After few days of trying and failing, I finally made a scrolling menu. NOTE: This code is made to scroll object only Up / Down First, create an object that will be a page of the book. In CREATE event put:-------------------------------------------------------------- global.speed=0; grab=0...
  15. N

    GMC Forums Warranted Apology

    It showed no grace or tact to allow a small number of individuals to skewer my impression of an entire community. While there can be no justification for abuse, I'm not ashamed to apologize to this community as being guilty of many of my own criticisms, dismissive and cynical to a largely...
  16. Binsk

    Asset - Extension [FREE] 3D Mouse Detection

    Hello everyone! A while back I wrote a nice system that makes using the mouse in 3D space much easier based off of an old script by Yourself. This system takes the script a bit further by providing an interface to handle multiple pointers and projections as well as calculating triangle and / or...
Top