Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: maniactcs on Sat 28/01/2012 12:23:29

Title: Fading text on cut scene
Post by: maniactcs on Sat 28/01/2012 12:23:29
Is it possible to fade text? I am creating my introduction to my project and was wondering if this is possible?

Thanks  ;D
Title: Re: Fading text on cut scene
Post by: Khris on Sat 28/01/2012 13:27:42
The easiest way is to put the text on a GUI and change its transparency.
You can use a label or use "graphical" text by putting the image on a button.

Check out the tween module (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=38015.0) for easy-to-use but powerful fading commands.
Title: Re: Fading text on cut scene
Post by: maniactcs on Sat 28/01/2012 20:05:09
Thank you ! :)