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
How do I make a loading screen + music?
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#7
RE: How do I make a loading screen + music?

PHP Code: (Select All)
void OnLeave()
{
    
StopMusic(FadeTimePriority);


I think that comes into effect when the loading is done. Otherwise you can just stop the music in OnStart or OnEnter of the next level. Don't forget to change the parameters. FadeTime you can set to like 3, priority needs to match the priority of what you have in PlayMusic.

(This post was last modified: 04-12-2014, 12:55 PM by Mudbill.)
04-12-2014, 12:54 PM
Find


Messages In This Thread
RE: How do I make a loading screen + music? - by Mudbill - 04-12-2014, 12:54 PM



Users browsing this thread: 1 Guest(s)