Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Spike4072 on Fri 19/09/2008 02:43:48

Title: Split screen?
Post by: Spike4072 on Fri 19/09/2008 02:43:48
Is there anyway to have split screen sections in a game? Would make for interesting puzzles I think. I tried a search but didn't find anything.
Title: Re: Split screen?
Post by: Gilbert on Fri 19/09/2008 04:18:06
Split screen? As in parallax scrolling?

Then no, AGS current doesn't suppost this feature.

If by puzzles you mean stuff like sliding puzzles just use sprites (as objects, characters or overlays).
Title: Re: Split screen?
Post by: Spike4072 on Fri 19/09/2008 05:59:37
No I mean the game screen being split in two with one character on one screen and another on the other. Could even be in two different rooms.
Title: Re: Split screen?
Post by: Gilbert on Fri 19/09/2008 06:44:41
You can just use one room for this (like this game (http://www.adventuregamestudio.co.uk/games.php?action=detail&id=815)). But you can't make them scroll independently (as in parallal scrolling like I mentioned).
In two different rooms: no.
Title: Re: Split screen?
Post by: Akatosh on Fri 19/09/2008 11:49:31
Weeeeelll...

I think it might be possible to simulate behaviour like this by getting creative with objects, interactions, regions and the like. But it will be extremely complicated to get something like this to work.

Coming to think of it, might be worth a try.  :=