Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sun 04/04/2004 14:58:22

Title: newbie help for hotspot names
Post by: on Sun 04/04/2004 14:58:22
hi,

i'd like to show hotspot an object names in the bottom of the game screen (just like Lucas games or Apprentice fan game)

i am a newbie and I'm looking for help


thank you
Title: Re:newbie help for hotspot names
Post by: ElectricMonk on Sun 04/04/2004 18:39:36
Create a GUI (in fact, the default GUI # 0 "Statusline", will do perfectly fine), create a label on it and change the label text from

New Label

to

@OVERHOTSPOT@

Also check the help file under Other Features -> Editing the GUIs -> GUI buttons.