<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>&gt; 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>&gt;on mouseUp 
<BR> &nbsp;put the value of the clickLine into photoToShow
<BR> &nbsp;put the cphotoFolderPath of this stack into folderPath
<BR> &nbsp;set the filename of img 1 to (folderPath&amp; "/"&amp;photoToShow)
<BR> &nbsp;wait 10 seconds 
<BR> &nbsp;hide image 1 
<BR> &nbsp;send "choose browse tool "to me in 5 ticks
<BR>end mouseup &lt;
<BR>
<BR>Thanks,
<BR>mike
<BR>
<BR></FONT></HTML>