Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: JackAnimated on Sun 24/08/2014 19:59:36

Title: Make dialog appear above a hotspot
Post by: JackAnimated on Sun 24/08/2014 19:59:36
Basically I'd like to make a speaker on a wall "talk". Is the simplest way to make it into a character, or can I make it a hotspot and get the text appearing above it?
Title: Re: Make dialog appear above a hotspot
Post by: Crimson Wizard on Sun 24/08/2014 20:33:18
Easiest thing is to make an invisible character, but if you don't like that for any reason, you may use textual overlays:
http://www.adventuregamestudio.co.uk/wiki/Overlay_functions_and_properties#Overlay.CreateTextual

Character speech is technically textual overlays too, just managed automatically by the engine.
Title: Re: Make dialog appear above a hotspot
Post by: JackAnimated on Mon 25/08/2014 00:29:59
Cool. Text Overlays work well. Thanks.
Title: Re: Make dialog appear above a hotspot
Post by: Mouth for war on Tue 26/08/2014 12:04:26
You can also have another character from a different room speakin with the sayat function. I use that sometimes when i am lazy and dont want to make a new invisible character :-)