Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: steptoe on Fri 30/09/2011 20:56:42

Title: SayBackground follow the character off the screen
Post by: steptoe on Fri 30/09/2011 20:56:42
Hi

I'm wondering if you can have SayBackground follow the charcater off the screen as it only goes to room edge?


Title: Re: SayBackground follow the character off the screen
Post by: pcj on Fri 30/09/2011 22:24:11
Since SayBackground returns an Overlay,  you can manipulate the position with Overlay.X and Overlay.Y, that may help.  From a few brief tests it does appear to allow going off screen using that method.
Title: Re: SayBackground follow the character off the screen
Post by: steptoe on Mon 03/10/2011 12:02:23
Cheers pcj

However, I have since used a text object..