Here's something I made a while back. You should be able to edit it a little, then place it in any folder with mp3's in it, and run it to hear the sound/music
perform checklist for files
num=checklist quantity()
for x=1 to num
if rev=30 then cls
if x=1 then find first else find next
name$=get file name$()
if right$(name$,4)=".mid"
print "Loading: "+name$
load music ""+name$, 1
loop music 1
suspend for key
else
print name$+" was not a .mid"
endif
inc rev
next x
end
hope that helps some
/edit looking at your code, i think you need to put make it +".mp3" on the line that loads the music
/edit whilst eating, i realized that the above statement is absolutely and totally wrong. I must have misconstrued your coding with my coding, or something.
something