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
Credits don't work
GreyFox Offline
Member

Posts: 162
Threads: 23
Joined: Jul 2011
Reputation: 2
#3
RE: Credits don't work

You have your

void start_credits1(string &in asTimer)
{
StartCredits("01_paper_self.ogg", true, "Ending", "MainCredits", 0);
}

In the

void OnEnter()
{
}

But you have no callbacks in the OnEnter() Part so either move your Start_Credits Up to the OnStart() or Move your Callback for Start Credits down to OnEnter()

Atleast I think thats the problem, No Problem to try though.

-Grey Fox

Current Project
Forgotten
09-17-2011, 05:39 PM
Find


Messages In This Thread
Credits don't work - by fuytko - 09-17-2011, 04:08 PM
RE: Credits don't work - by HplGeek - 09-17-2011, 05:35 PM
RE: Credits don't work - by GreyFox - 09-17-2011, 05:39 PM
RE: Credits don't work - by fuytko - 09-17-2011, 05:50 PM
RE: Credits don't work - by Khyrpa - 09-17-2011, 06:26 PM
RE: Credits don't work - by GreyFox - 09-17-2011, 06:27 PM
RE: Credits don't work - by fuytko - 09-17-2011, 06:41 PM
RE: Credits don't work - by GreyFox - 09-17-2011, 06:49 PM



Users browsing this thread: 1 Guest(s)