--Nope. Fortunately, I saved my amateurish solution of one line of script for each image spelled out by hand... But I haven't had a chance yet to test the most recent suggestion to change "controls" to "images" (perhaps the problem is that it is looking for a control named c17.jpg?)
Judy,
I believe this is because there are more images on the card than just the 16 jpgs, correct?
If so, how about:
repeat with x = 1 to 16
show image ("c"&x&".jpg")
wait 5 ticks
end repeat
--Rob Cozens CCW, Serendipity Software Company
"And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee."
from "The Triple Foole" by John Donne (1572-1631) _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
