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
Script Help Music Replaying In Different Levels?
Darkfire Offline
Senior Member

Posts: 371
Threads: 22
Joined: May 2014
Reputation: 15
#4
RE: Music Replaying In Different Levels?

Why do it like this ?
I always do this:
OnEnter
{
StartMusic(yaddda yadda, 1) <---priority of music is important
}

OnLeave
{
StopMusic(yadda yadda, 1)
}

04-05-2015, 03:24 PM
Find


Messages In This Thread
RE: Music Replaying In Different Levels? - by Darkfire - 04-05-2015, 03:24 PM



Users browsing this thread: 1 Guest(s)