Frictional Games Forum (read-only)

Full Version: How to make a fade on a custom storys Amnesia ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bonjour ! C'est le deuxième forum que je crée sur ce site. Je voudrais faire un fondu, mais je ne comprends pas comment le faire. Je suis française, j'ai 12 ans et comme tout est en anglais, il m'est difficile de comprendre. Merci d'avance, au revoir Smile !
Translation : Hello ! This is the second forum I create on this site. I would like to make a fade, but I do not understand how to do it. I am French, I am 12 years old and as everything is in English, it is difficult for me to understand. Thank you in advance, goodbye Smile !
PHP Code:
void OnStart()
{
    
FadeOut(0.0f);
    
FadeIn(2.0f);

Thank you ? !
And how to remove it ?
Ah, sorry, I actually wrote my original code wrong. I meant to use FadeIn instead of FadeOut for the last one.
I've updated it.