I have a gui with transparent background (backgroundcolor = 0) and a few buttons on it.
Apparently the hotspots that are behind the transparent part of the gui are not clickabble while the gui is visible.
How do I make it so that hotspots are clickable when they are behind the transparent part of the gui?
The gui itself is clickable because otherwise the buttons on it don't work.
The game uses 32-bit colors.
AGS 3.3.0.
thanks
A gui is either clickable or not clickable (clicks go through it but also buttons on the gui are not clicked). So you could make the gui smaller to not cover your hotspots or add invisible buttons on the gui where the hotspots are and script everything twice.
Ok, I'm surprised the gui catches the clicks on the transparent areas (where objects don't behave like that), but ok, I'll work around it.
thanks.