ID:315541
 
I've seen Everland by Asha Lapoe do exactly what I'm talking about, when you break an object a pop up appears that list everything that object contains. How would I make happen?

While I'm on the topic of pop ups, how did he have that text box appear which described the highlighted object?

Thanks a lot for any help.
It's just showing interface controls on Click()/MouseEntered(). You can use winset() or winshow() to show and hide specific elements. You can use winset() to update the text in a label. You can use output() to send an object to a grid (but you'll also need winset() to properly size said grid). So on and so forth.