Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a fade on a custom storys Amnesia ?
DarkMattNoir Offline
Junior Member

Posts: 9
Threads: 3
Joined: Oct 2019
Reputation: 0
#1
Wink  How to make a fade on a custom storys Amnesia ?

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 !
(This post was last modified: 11-03-2019, 01:30 PM by DarkMattNoir.)
11-03-2019, 01:20 PM
Find
DarkMattNoir Offline
Junior Member

Posts: 9
Threads: 3
Joined: Oct 2019
Reputation: 0
#2
Wink  RE: How to make a fade on a custom storys Amnesia ?

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 !
(This post was last modified: 11-03-2019, 03:58 PM by DarkMattNoir.)
11-03-2019, 03:49 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#3
RE: How to make a fade on a custom storys Amnesia ?

PHP Code: (Select All)
void OnStart()
{
    
FadeOut(0.0f);
    
FadeIn(2.0f);


(This post was last modified: 11-07-2019, 12:08 AM by Mudbill.)
11-03-2019, 11:22 PM
Find
DarkMattNoir Offline
Junior Member

Posts: 9
Threads: 3
Joined: Oct 2019
Reputation: 0
#4
RE: How to make a fade on a custom storys Amnesia ?

Thank you ? !
11-04-2019, 07:32 AM
Find
DarkMattNoir Offline
Junior Member

Posts: 9
Threads: 3
Joined: Oct 2019
Reputation: 0
#5
RE: How to make a fade on a custom storys Amnesia ?

And how to remove it ?
11-06-2019, 05:05 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#6
RE: How to make a fade on a custom storys Amnesia ?

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.

11-07-2019, 12:07 AM
Find




Users browsing this thread: 1 Guest(s)