Popup Puzzles?

  • #1, by hallinniklasMonday, 08. July 2013, 13:35 11 years ago
    Hello everyone!

    I'm trying to create a set-up where the player can walk to a certain area in a scene, for instance a table with some items on it, and click it to open up a pop-up with a zoom in on that specific area. So maybe you have this table standing in a room and the player walks there and looks closer on it. In the popup the player can the do things, like maybe open a small chest to find an item inside or even solve a puzzle or something. I am planning on having several different popup puzzles like this throughout my game. It looks something like this:

    http://images.siteface.net/siteface//tmpDirs/5BA433BC61850FDF910F69E12075CE4D/1_popuppuzzle.jpg

    My first plan was to create this using interfaces. So when you click on the tabletop, that unhides an interface which has a few interactable areas in it. However, I got a bit stuck by the fact that interfaces seems to be locked in a handful of classes, such as "inventory", "options" and "miscellaneous". So I can make one popup puzzle and call it "miscellaneous", but what happens when I want to create the next one?

    Does anyone have any other ideas?

    Thank you.

    Newbie

    15 Posts


  • #2, by afrlmeMonday, 08. July 2013, 13:43 11 years ago
    you can create new classes for interfaces...
    https://www.visionaire-studio.net/forum/thread/want-more-int...

    Imperator

    7278 Posts

  • #3, by hallinniklasMonday, 08. July 2013, 13:47 11 years ago
    Hey, that's brilliant!

    Thank you for a quick reply.

    Newbie

    15 Posts

  • #4, by afrlmeMonday, 08. July 2013, 13:53 11 years ago
    welcome wink

    Imperator

    7278 Posts