Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: MonkeySyrup on Sat 20/07/2019 11:32:59

Title: Need help with GUI
Post by: MonkeySyrup on Sat 20/07/2019 11:32:59
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
Title: Re: Need help with GUI
Post by: Khris on Sat 20/07/2019 12:13:40
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)