View Full Version : Adding sound files
Thundercok
Nov 12 2001, 07:35
Yeah, I know I could search, but I was hoping someone could do me a favor and give me the down and dirty on adding a sound file to a mission.
I want to put in one sound file, a songs intro, and have it fade out after a measure or two.
Thanks,
Tcok
P.S.- Check out my latest map, "THE RUNWAY', coming tomorrow.
Thundercok
Nov 13 2001, 07:25
Ok, guess I will just have to read this;
Sound Tutorial (http://www.ofpeditingcenter.com/Tutorials/SoundTute/sound_tute.shtml)
in a script use this::::--
playMusic "track4"
0 fademusic 0;
;after u have created ur cam and set its target use::--
; fade the music in over 4 seconds
4 fademusic 1;
; wait 4 seconds for fade to complete
~4
;at end
; fade music out over 2 seconds
2 fademusic 0;
; wait two seconds
~2
hope that helps http://www.flashpoint1985.com/ikonboard3/non-cgi/emoticons/smile.gif
Thundercok
Nov 13 2001, 19:00
Thanks, I will give it a try.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.