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
Fade In Animation
KHShox Offline
Junior Member

Posts: 28
Threads: 11
Joined: Apr 2011
Reputation: 0
#1
Wink  Fade In Animation

Alright, I want to make a fade in animation so that when the player FIRST starts the game, he will slowly wake up in his bed. How would I go about doing this?
Big Grin

[Image: bf3_sig-1298673357.jpg]
04-14-2011, 12:02 AM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: Fade In Animation

FadeOut(0);
FadeIn(3);

Next time searching will be much helpful & useful.

04-14-2011, 01:53 AM
Website Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#3
RE: Fade In Animation

I don't think you can do FadeOut() and FadeIn() in the same function. I heard it caused problems. Try fading out in your OnStart(), then adding a timer to call a FadeIn() function.

04-14-2011, 02:25 AM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#4
RE: Fade In Animation

I'm using it and it didn't cause me any problems. Where did you hear from?

04-14-2011, 11:18 AM
Website Find
Dalroc Offline
Member

Posts: 57
Threads: 2
Joined: Mar 2011
Reputation: 0
#5
RE: Fade In Animation

(04-14-2011, 02:25 AM)palistov Wrote: I don't think you can do FadeOut() and FadeIn() in the same function. I heard it caused problems. Try fading out in your OnStart(), then adding a timer to call a FadeIn() function.
I do it in several scripts for several maps, never experienced any problems..
04-14-2011, 11:53 AM
Find
MrBigzy Offline
Senior Member

Posts: 616
Threads: 18
Joined: Mar 2011
Reputation: 8
#6
RE: Fade In Animation

I think it was only on OnStart that it wouldn't work, not sure. Don't really feel like testing it D:
04-14-2011, 05:39 PM
Find




Users browsing this thread: 1 Guest(s)