Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: ginanubismon on Mon 28/05/2007 23:18:29

Title: AGS multi-scrolling?
Post by: ginanubismon on Mon 28/05/2007 23:18:29
Out of pure curiousity since I read a lot about AGS' limits I was wondering what about Multi-scrolling.

I know that there is a plug in for parallax but I know nothing else.
Title: Re: AGS multi-scrolling?
Post by: GarageGothic on Mon 28/05/2007 23:50:03
AGS doesn't have any built-in parallax scrolling functionality. But it can be emulated in a number of ways - using RawDraw or objects for the different layers. As you say, there's a plugin, but you can also check out the Easy3D module (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=26130.0). There was another module, but as far as I recall it only supported foreground objects.