<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>I'm making a little slideshow app to put on a cd with a collection of photos. Before I can go any further with this, I have a little problem that I need to deal with. Just to see if I could get the pictures to show up, I scripted the field containg all of the titles as follows.
<BR>
<BR>
<BR>on mouseUp
<BR>  put the value of the clickLine into photoToShow
<BR>put the cphotoFolderPath of this stack into folderPath--(set in answer folder btn script)
<BR>import paint from file folderPath& "/"&photoToShow 
<BR>wait 10 seconds
<BR>hide image photoToShow
<BR>send "choose browse tool "to me in 5 ticks
<BR>end mouseup
<BR>
<BR>At the time I did not realize that this is the same as "Import as Control" from the file menu, so I very quickly slowed my stack to a crawl from accumulating a few rather large image files.
<BR>
<BR> Is there a way to do this by scripting in a referenced control?
<BR>
<BR>thanks,
<BR>mike</FONT></HTML>