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 Do i fade in/out
Itskody Offline
Member

Posts: 100
Threads: 30
Joined: Mar 2011
Reputation: 1
#7
RE: How Do i fade in/out

(04-06-2011, 11:46 AM)Russ Money Wrote: Yeah, in the .hps
Here's my .lang file, to give you an example.
<CATEGORY Name="LoadingText">
<Entry Name="letter">Writing of a site in South Africa made my skin crawl with goosebumps[br]and my heart race.[br]"remembered as the ones who saved humanity from all illness, all disorders."</Entry>
<Entry Name="plane">I expected the trees and bugs, but I didn't expect the plane's engine to fail.[br][br]I can only remember waking up hours later alone...</Entry>
</CATEGORY>

And the .hps
void OnStart()
{
FadeOut(1.0);
SetupLoadScreen("LoadingText", "letter", 0, "letter.jpg");
ChangeMap("intro_office.map", "intro", "", "");
}

To change them, just setup another SetupLoadScreen func.

Alright thanks i got it, but when i load up a map, the picture or anything i wrote didnt show up, they only show up if i leave the room and re enter, i tried putting the SetupLoadinScreen both on void OnStart and void OnEnter but either way it either only loads the first time, or doesnt load the first time but loads the second, how can i make it load both? hopefully that makes sense
04-06-2011, 12:04 PM
Find


Messages In This Thread
How Do i fade in/out - by Itskody - 04-06-2011, 10:04 AM
RE: How Do i fade in/out - by Russ Money - 04-06-2011, 10:10 AM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 10:13 AM
RE: How Do i fade in/out - by Russ Money - 04-06-2011, 10:24 AM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 11:23 AM
RE: How Do i fade in/out - by Russ Money - 04-06-2011, 11:46 AM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 12:04 PM
RE: How Do i fade in/out - by Russ Money - 04-06-2011, 12:10 PM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 12:21 PM
RE: How Do i fade in/out - by Russ Money - 04-06-2011, 12:23 PM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 12:26 PM
RE: How Do i fade in/out - by MrBigzy - 04-06-2011, 02:33 PM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 02:37 PM
RE: How Do i fade in/out - by MrBigzy - 04-06-2011, 03:13 PM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 04:00 PM
RE: How Do i fade in/out - by MrBigzy - 04-06-2011, 04:07 PM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 04:18 PM
RE: How Do i fade in/out - by MrBigzy - 04-06-2011, 04:27 PM
RE: How Do i fade in/out - by Itskody - 04-06-2011, 05:29 PM
RE: How Do i fade in/out - by MrBigzy - 04-06-2011, 09:46 PM



Users browsing this thread: 1 Guest(s)