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
I can never get sounds to work correctly! help me!
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#4
RE: I can never get sounds to work correctly! help me!

If you create a sound into the level editor, it works the same way as lights. Meaning you have to use:
StopSound(string& asSoundName, float afFadeTime);
at OnStart to mute the sound. Then to start it use:
FadeInSound(string& asSoundName, float afFadeTime, bool abPlayStart);
05-12-2011, 08:02 PM
Find


Messages In This Thread
RE: I can never get sounds to work correctly! help me! - by Khyrpa - 05-12-2011, 08:02 PM



Users browsing this thread: 1 Guest(s)