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.
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.
Thanks for the help.
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 :)