I'm wondering how to make screen pop-up similar to Primordia. When you click on hotspot you get an close up with text screen UI.
Could you point me how to make it something similar. Does smaller UI screen need to be new room?
(http://www.slowdown.vg/images/Primordia-08.jpg)
No, just create a new GUI, determine it's size, where to place it, BG pic, labels/buttons (to click on) etc. Then link the hotspot to open the GUI...
... although in some cases, if the popup is only relevant to one location, and depending on its complexity, it might be better to implement it as a room object (or set of room objects).
Thank you both.
If I use new room how to close the small 'room GUI' when the player is done doing?
ChangeRoom... (nod)