Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: joelphilippage on Thu 30/11/2006 02:07:03

Title: Sierra-style scrolling (SOLVED)
Post by: joelphilippage on Thu 30/11/2006 02:07:03
I would like to know how I could create sierra style scrollling from one room to another I know they used this in kings quest III when it went from the mansion to the chicken pen so I know there's a way to do this.
Title: Re: Sierra style scrolling
Post by: Gilbert on Thu 30/11/2006 02:11:53
Check this (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=29111.0) out, it may help you.
Title: Re: Sierra style scrolling
Post by: joelphilippage on Thu 30/11/2006 02:20:11
ive already tried that but i keep geting this error message.
(http://lifsadventures.googlepages.com/error.PNG)
Title: Re: Sierra style scrolling
Post by: monkey0506 on Thu 30/11/2006 06:28:01
joel, the new v1.01 should fix this bug. As denoted on the module's page (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=29111), it was because of an error on my part where I tried to get a ViewFrame from the Object's View, and clearly your Object didn't have a View assigned. SlideRoom v1.01 (http://www.meleepta.com/ags/SlideRoom_1_01.rar) now checks to make sure the Object's View is a valid one before attempting to use it. Thanks for the help discovering (and fixing) this bug (and thanks to strazer for pointing this thread out to me ;))!
Title: Re: Sierra style scrolling
Post by: joelphilippage on Thu 30/11/2006 22:08:48
Thanks its working now
Title: Re: Sierra style scrolling
Post by: monkey0506 on Thu 30/11/2006 23:18:13
You're welcome. Glad I could be of service.

In the future if any of my modules generate error messages (or if you have any other issues with the way they work) feel free to contact me in the appropriate module's thread (or via PM if you wish) and I'll do what I can to help resolve the problem.