Judy,

I presume you have the image name building issue solved now; but as an afterthought I offer a solution that does not rely on concatenation, handles 0 to n images, and allows for more meaningful image names:

Place a list of image names in a field, property, or variable, in the order in which they are to appear.

repeat for each line imageName in [field/property/variable]
  show image imageName
  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

Reply via email to