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...
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 *)...