Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: loop the track during the game  (Read 635 times)

0 Members and 1 Guest are viewing this topic.

BronzeEagle

  • Guest
loop the track during the game
« on: 05 Oct 2003, 02:51:38 »
anyhow you guys could help me solve the puzzle to having an in game soundtrack or theme song for the duration of the mission?

duckwilliamson

  • Guest
Re:loop the track during the game
« Reply #1 on: 05 Oct 2003, 08:48:23 »
You use one of the sound tutorials for how to incorporate sound; then you just get the exact time of each song and have the next song play right when the previous song is done ...

song1 - dur: 30sec
song2 - dur: 1½min

e.g.

#repeat
play song1
~31
play song2
~91
goto "repeat"


something simple like that ...