Search results

  1. B

    Applescript Random Image + Open

    Hey thanks, Through some trial and error I was able to figure it out. I need three images to appear at once for my presentation. Here's the code I used. tell application "Finder" (* get a random image file from a desktop folder *) set randomImage to some file of folder "Photo Final" open...
  2. B

    Applescript Random Image + Open

    Hello, I was wondering if there was any way to combine two applescripts. I am not familiar to applescript, and in fact only need it for a photo project. So far I have the Applescript to get a random image: tell application "Finder" (* get a random image file from a desktop folder *)...
Back
Top