I am trying to load a sound file with .MOD extension and I dont know how to get it working. so far the code looks like this:
Code: Select all
on mouseUp
play "D:\somesound.mod"
wait until the sound is done
end mouseUp
thx...
Code: Select all
on mouseUp
play "D:\somesound.mod"
wait until the sound is done
end mouseUp