Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Jakerpot on Tue 17/02/2009 04:01:07

Title: Can i change room without fade in?
Post by: Jakerpot on Tue 17/02/2009 04:01:07
Hi, i want to know now: Can i make a character change from a room to other without it fade to black? because i have some rooms that the player will travel through many times fast, and i think it`s incovenient a black screen appear in every transition. Cant i change without any interruption? Thanks.
Title: Re: Can i change room without fade in?
Post by: Trent R on Tue 17/02/2009 04:43:15
You can change it in the General Settings, under 'Room transition style'.
If you want to change it in the script, use SetScreenTransition and SetNextScreenTransition.


~Trent
Title: Re: Can i change room without fade in?
Post by: Jakerpot on Tue 17/02/2009 22:53:33
Hooray! Thank you very much!  :D