Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: vexxice on Sun 04/07/2010 20:42:24

Title: Scrolling + lighting similar to MI Voodoo lady
Post by: vexxice on Sun 04/07/2010 20:42:24
You know how in Monkey Island when you go all the way to the right of the screen in the voodoo ladies house, it scrolls to the right and the once dark part of the room becomes light. I am wondering how to do that in AGS.
Title: Re: Scrolling + lighting similar to MI Voodoo lady
Post by: Khris on Sun 04/07/2010 23:53:33
Use regions to trigger the scrolling; set the Viewport manually using the SetViewport command.
To change portions of the background, use non-clickable objects and change their transparency.
Title: Re: Scrolling + lighting similar to MI Voodoo lady
Post by: vexxice on Mon 05/07/2010 04:01:48
Thanks for the help.
Title: Re: Scrolling + lighting similar to MI Voodoo lady
Post by: Khris on Mon 05/07/2010 07:47:46
One more thing, set the baseline of the objects to 1 so they get displayed behind everything else.

And do ask away if you need help with coding this :)