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
Problem with Sounds
NaxEla Offline
Senior Member

Posts: 415
Threads: 5
Joined: Dec 2012
Reputation: 28
#11
RE: Problem with Sounds

All the music is in the "music" folder. Once you've found what music you want to use, use PlayMusic, like this:
PHP Code: (Select All)
void OnStart()
{
    
PlayMusic("your_music.ogg"true1.0f0.0f1false);


In Ruins [WIP]
(This post was last modified: 03-01-2013, 09:37 PM by NaxEla.)
03-01-2013, 09:37 PM
Find


Messages In This Thread
Problem with Sounds - by MR SPARTAN23 - 02-27-2013, 02:27 PM
RE: Problem with Sounds - by PutraenusAlivius - 02-27-2013, 02:45 PM
RE: Problem with Sounds - by MR SPARTAN23 - 02-27-2013, 06:37 PM
RE: Problem with Sounds - by OriginalUsername - 02-27-2013, 08:57 PM
RE: Problem with Sounds - by MR SPARTAN23 - 02-27-2013, 09:10 PM
RE: Problem with Sounds - by OriginalUsername - 02-27-2013, 09:17 PM
RE: Problem with Sounds - by MR SPARTAN23 - 02-27-2013, 09:34 PM
RE: Problem with Sounds - by The chaser - 02-27-2013, 09:54 PM
RE: Problem with Sounds - by MR SPARTAN23 - 02-28-2013, 06:45 PM
RE: Problem with Sounds - by MR SPARTAN23 - 03-01-2013, 06:48 PM
RE: Problem with Sounds - by NaxEla - 03-01-2013, 09:37 PM



Users browsing this thread: 1 Guest(s)