Hello, i’m a real novice in applescript, to say the least, but I need to make a script that will do the following:
Start a slideshow
Stop it at the end
Delay 1 second
Start from slide #1 again
My humble efforts have revolved around the below… but although I can get it to start and stop, I can’t seem to get it to start from the beginning after a delay again!
I tried:
tell application “Keynote”
start slideshow
<HOW TO GET IT TO WAIT UNTIL THE SLIDESHOW IS FINISHED?>
delay 1
<HOW TO MAKE IT START AGAIN FROM THE SLIDESHOW’s beginning?>
end tell
Thanks, it would be a christmas present for an applescript-illiterate dummy!
Jonas