http://lessons.runrev.com/s/lessons/m/4 ... ios-device
and used the following code in the "Beep" button after importing the sound file according to the lesson:
Code: Select all
on mouseUp
set the beepsound to specialFolderPath("engine") & "/mysound.mp3"
beep
end mouseUp
Is the lesson correct?
Thanks.