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
GoranGaming Offline
Member

Posts: 183
Threads: 30
Joined: Feb 2012
Reputation: 7
#2
RE: Credits

void OnStart()



{
AddEntityCollideCallback("Player", "Start_Credits", "MainCredits", true, 1);

}



void Credits(string &in asParent, string &in asChild, int alState)


{
StartCredits("my music.ogg", true, "ending", "MainCredits", 4);
}


Your function is named wrongly. It should be name as your callback says, "MainCredits"

Current projects:

The Dark Prison 85 % (Stopped working on this one)

Unnamed Project 7 %
(This post was last modified: 11-20-2012, 05:33 PM by GoranGaming.)
11-20-2012, 05:20 PM
Website Find


Messages In This Thread
Credits - by Storfigge - 11-20-2012, 03:15 PM
RE: Credits - by GoranGaming - 11-20-2012, 05:20 PM



Users browsing this thread: 1 Guest(s)