Hi. I'm trying to create hotspots/objects/characters highlighting system for my game using GUI and I have a question: is it possible to use same GUI in the multiple places at the same time? I probably already know the answer, but hopefully I'm wrong.
Thanks in advance
No, but you can use one GUI that's as big as the screen, draw everything you want to display on a screen-sized DynamicSprite, then set its Graphic as the GUI's background image.
There are existing hotspot highlight modules btw, here's mine: ShowHotspots (https://drive.google.com/open?id=1N01dGaLUU9vSgomRayMzR6J7GsUVENaz)