<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>> Is there a way to do this by scripting in a referenced control?
<BR>
<BR>Richard, I gave your script a try and it still imports the image into the stack. As I intend to automate the process of showing each file in the list, the image numbers will be changing as well. Can I do this with a player?
<BR>
<BR>>on mouseUp 
<BR>  put the value of the clickLine into photoToShow
<BR>  put the cphotoFolderPath of this stack into folderPath
<BR>  set the filename of img 1 to (folderPath& "/"&photoToShow)
<BR>  wait 10 seconds 
<BR>  hide image 1 
<BR>  send "choose browse tool "to me in 5 ticks
<BR>end mouseup <
<BR>
<BR>Thanks,
<BR>mike
<BR>
<BR></FONT></HTML>