Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

[Resolved]Open popup image and waiting left click to disappear ?

  • #1, by wimf 8 years ago Zitieren
    Hello,

    I would like, when my character looks at some elements of a room, that the object opens in larger (picture popup). so not a zoom but an image that is displayed.

    I get there, but once the image is displayed, I would like VS to wait for the player to click 1x on the left button so that the image disappears and the player can continue playing in the same room.

    I think that lua it must be possible but I can not find the solution.

    Thank you for your help.
  • #2, by sebastian 8 years ago Zitieren
    Just use a new interface for this. Then you could show/hide the interface just like an inventory or book.
  • #3, by wimf 8 years ago Zitieren
    Hi sebastien.

    It's working.

    I have create a new class with explorer, it works very well.

    And to hide the interface once the player has seen the object, I put the command "hide 'name of my new interface'" in Left click action

    I'm very happy. Thank you very much. I hope I can help you too