Hi,
I'm wondering if someone will help me write a simple applescript that will ask a user to enter a series of times in seconds and then have it beep after every time those seconds pass.
all I could come up with is a static method using:
delay 4
beep
delay 9
beep
Extra points if I could save or over lap the beeps over an mp3 file
I appreciate it
I'm wondering if someone will help me write a simple applescript that will ask a user to enter a series of times in seconds and then have it beep after every time those seconds pass.
all I could come up with is a static method using:
delay 4
beep
delay 9
beep
Extra points if I could save or over lap the beeps over an mp3 file