Code: Select all
on mouseUp
put specialFolderPath("engine") & "/Users/name/Dropbox/MusicInventor/clap-q.wav" into tSndPath
play tSndPath
answer "This button works" with "Ok"
end mouseUp
Code: Select all
on mouseUp
put specialFolderPath("engine") & "/Users/name/Dropbox/MusicInventor/clap-q.wav" into tSndPath
play tSndPath
answer "This button works" with "Ok"
end mouseUp