mouse_button_released

  1. B

    SOLVED Issue Playing Sprite Animation on mouse_check_button_release

    Hello, Im trying to do an isometric shooter of sorts, and I've been stuck in an issue for a while. The problem is that the shooting animation that should play when "mb_left" is released (marked below) plays for a single step before going back to Idle. Im not 100% sure where the problem is so...
  2. Writerstix77

    changing cursor to different objects

    I am trying to create a Room Escape Game and am having trouble with the mouse. I want to be able to have the user click on an item in the room (wrench_obj), and have it stored in the inventory off to the side (as wrench_inv). I then want the player to later be able to click the inventory item...
Top