Greetings again!! I have a question about sound effects. Seems like if I use MP3 files for sound effects and MUSIC commands, then when PLAY MUSIC xx is called, the MP3 file sometimes plays or is just ignored. I tried even this as a subroutine:
if MUSIC EXIST(7) = 1 then Delete Music 7
Load Music "Media\Sounds\Throwdice.mp3",7
play music 7
return
But the MP3 refuses to play or decides to play just once.
Now would using WAV files and SOUND commands be better or about the same problem?
I have all my latest sound drivers but cannot use K-Lite_Codec_Pack since it kills my program.
Otherwise my program works great, just missing the sound effects from time to time.
Don't call me handsome....Just say I am Visually Basic.