Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting the Credits to Roll
Thief977 Offline
Junior Member

Posts: 8
Threads: 3
Joined: Aug 2011
Reputation: 0
#11
RE: Almost Done / Lang File Error

Ok, I now have the door working, and all that's left are the credits.
After that, I zip this up and put it up here. What's a basic code for an ending area?
Nothing with massive flair, jsut a fade-out to the credits? I tried placing an area called exit, but I don't think what I put is working, since nothing happens:

void exit(string&in asTimer)
{
AddTimer("timer02", 2.5f, "Credits");
}

void Credits(string&in asTimer)
{
StartCredits("29_amb_end_daniel.ogg", false, "Ending", "MainCredits", -1);
}


Am I supposed to put something in the onLeave section?
05-07-2012, 02:20 AM
Find


Messages In This Thread
Getting the Credits to Roll - by Thief977 - 05-06-2012, 05:26 AM
RE: Almost Done / Lang File Error - by Rownbear - 05-06-2012, 01:30 PM
RE: Almost Done / Lang File Error - by Xanthos - 05-06-2012, 12:17 PM
RE: Almost Done / Lang File Error - by Thief977 - 05-06-2012, 07:24 PM
RE: Almost Done / Lang File Error - by Thief977 - 05-06-2012, 09:40 PM
RE: Almost Done / Lang File Error - by Xanthos - 05-06-2012, 09:53 PM
RE: Almost Done / Lang File Error - by Thief977 - 05-06-2012, 09:58 PM
RE: Almost Done / Lang File Error - by Thief977 - 05-07-2012, 02:20 AM
RE: Getting the Credits to Roll - by Damascus - 05-07-2012, 05:39 AM



Users browsing this thread: 1 Guest(s)