Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 23/04/2003 17:20:18

Title: cant make mp3's change from one to the other.
Post by: on Wed 23/04/2003 17:20:18
i need help with making music1.mp3 change to music2.mp3
i can make music1.mp3 play when player enter screen but i cant make it change to music2.mp3.
i want it to play for a certain time then change to the next track then repeat.
i know it can be done with scripting but i cant seem to make it work (i tried)
thx in advance
Title: Re:cant make mp3's change from one to the other.
Post by: Ishmael on Thu 24/04/2003 11:32:31
Tried the GetMP3Position or whatever command to see when the first music has played long enough, then just PlayMusic(2);?