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
Loading screens
Itskody Offline
Member

Posts: 100
Threads: 30
Joined: Mar 2011
Reputation: 1
#1
Loading screens

I have 2 level doors in my first map, both leading to 2 different places, how do i make a seperate loading screen for both doors? is it possible?
04-06-2011, 01:16 PM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: Loading screens

I believe it may be possible. Try adding an interact callback for the each door. In the callback function, add

void DoorCallback(string &in entity)
{
SetUpLoadScreen("CATEGORYNAMEHERE", "ENTRYNAMEHERE", 1, "img.jpg");
}

(This post was last modified: 04-06-2011, 09:16 PM by palistov.)
04-06-2011, 09:14 PM
Find




Users browsing this thread: 1 Guest(s)