Saya perlu beralih playPause untuk iPhoto, jadi saya menulis skrip ini global isPaused try get isPaused on error set isPaused to false end try tell application "iPhoto" if slideshow running then if isPaused then resume slideshow else pause slideshow set isPaused to true end if else...