Is it possible to fade text? I am creating my introduction to my project and was wondering if this is possible?
Thanks ;D
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.
Thank you ! :)