Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: DonB on Sun 08/01/2006 22:49:32

Title: Scrolling hotspots and having text [SOLVED]
Post by: DonB on Sun 08/01/2006 22:49:32
As I see in much AGS games, I really like to have this:

When a player scrolls over a hotspot with his mouse, there appears a message on top of the screen..

for example.. scroll over phone.. and a message appears with: "phone"..
Title: Re: Scrolling hotspots and having text
Post by: Ubel on Sun 08/01/2006 22:55:02
Make a new GUI and change it's Visible-property as Normal. Then add a new text label in to it and change the "New Label" text to "@OVERHOTSPOT@".
Title: Re: Scrolling hotspots and having text
Post by: DonB on Sun 08/01/2006 22:59:27
Appreciated for your fast response Pablo! Thanks!

EDIT: Thanks Babar.. I just found it myself but thanks for your fast response ;D
Title: Re: Scrolling hotspots and having text
Post by: Babar on Sun 08/01/2006 23:02:12
Label, not Text box. Thus, it's text will be "New Label", which you will change to @overhotspot@
Title: Re: Scrolling hotspots and having text [SOLVED]
Post by: DonB on Sun 08/01/2006 23:06:55
Tho, now this all works fine, how can I make the GUI appearance be transparant..

EDIT: Solved too  ;D
Title: Re: Scrolling hotspots and having text [SOLVED]
Post by: Babar on Sun 08/01/2006 23:08:09
background colour 0