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...
MrCookieh Offline
Member

Posts: 157
Threads: 8
Joined: Jul 2011
Reputation: 0
#7
RE: An eager newcomer who wants to learn...

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);
}

The Well: Descent - Take a look at it!
(This post was last modified: 07-31-2011, 09:10 AM by MrCookieh.)
07-31-2011, 09:10 AM
Find


Messages In This Thread
RE: An eager newcomer who wants to learn... - by MrCookieh - 07-31-2011, 09:10 AM



Users browsing this thread: 1 Guest(s)