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
Script Codes for Fading To Black?
FurtherGames Offline
Member

Posts: 72
Threads: 23
Joined: Apr 2013
Reputation: 1
#5
Smile  RE: Script Codes for Fading To Black?

(05-04-2013, 12:05 PM)TheGreatCthulhu Wrote: Just add FadeIn(1); after TeleportPlayer("PlayerStartArea_2");
Should work.
PHP Code: (Select All)
void Doelse (string &in asTimer)
{
    
TeleportPlayer("PlayerStartArea_2");
    
FadeIn(1);


Thank you it worked!
05-04-2013, 12:15 PM
Find


Messages In This Thread
RE: Script Codes for Fading To Black? - by FurtherGames - 05-04-2013, 12:15 PM



Users browsing this thread: 2 Guest(s)