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

Creating a pop-up message/puzzle etc...

  • #1, by mutajon 9 years ago Zitieren
    How does one go about creating an object, that when clicked on opens up a pop-up image (or a puzzle). Also, while the pop-up is visible, I would like for the player to NOT be able to interact with anything else (until the pop-up is closed again).

    I know that I can show/hide stuff (like an image), but how to turn all other objects in the scene to un-interactable?

    Thanks!
     
  • #2, by ke4 9 years ago Zitieren
    You could use an interface for the pop-up window. Make it big as the whole screen with a 100% transparent image as background and then put your image anywhere in the interface.

    It works the same for objects. You can have one big empty object over the whole screen showed up when you need to cancel the interactivity.
  • #3, by mutajon 9 years ago Zitieren
    Thanks!