Solved Animation on buttons?

Discussion in 'Rust Development' started by Marat 2, Aug 11, 2016.

  1. possible to create animations of buttons as done in the crafting menu?
     

    Attached Files:

    • 222.png
      222.png
      File size:
      231.3 KB
      Views:
      77
  2. Calytic

    Calytic Community Admin Community Mod

    Nope. As far as I know the only method of player interaction with a GUI is clicking a button.

    No mouse events, no complex controls, etc.
     
  3. it is sad. but thanks for the answer
     
  4. Wulf

    Wulf Community Admin

    The only thing you can do as far as I know is fade in and out, no hover effects and such though.
     
  5. Is there a way to find a mouse location? So find where it is on the screen atleast - or is that wishful thinking. :p
     
  6. Mouse movement is of course entirely clientside. The server dies not know where the mouse is located at.