I have the following code,
Code: Select all
on mouseDown
put specialFolderPath("engine") & "/Applause.wav" into tSoundFile
play tSoundFile
put specialFolderPath("documents") & "/Applause.wav" into tSoundFile
play tSoundFile
end mouseDown
Many Thanks,
Googie.