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
An eager newcomer who wants to learn...
C-zom Offline
Junior Member

Posts: 22
Threads: 3
Joined: Aug 2009
Reputation: 0
#9
RE: An eager newcomer who wants to learn...

(07-31-2011, 09:10 AM)MrCookieh Wrote: As far as I know, you can't show the player automatically a diary entry.
But you can easily make a Fade out/Fade in:

void OnStart(){
FadeOut(0);
AddTimer("", 3, "FadeIn");
}

void FadeIn(string &in asTimer){
FadeIn(3);
}

Hey man that looked good but it actually makes my custom story crash. Want to take a look to see whats wrong? I'm still learning the steps of the code.

http://i.imgur.com/NzIZ4.jpg

07-31-2011, 06:49 PM
Find


Messages In This Thread
RE: An eager newcomer who wants to learn... - by C-zom - 07-31-2011, 06:49 PM



Users browsing this thread: 1 Guest(s)