tell application "Keynote"
activate
tell the front document
tell the current slide
set ImageItem to **image 1**
end tell
end tell
end tell
When I use such a script, I can access images by their index. However, if I want the selected image in keynote, what should I do?
Thank you very much!