Stupid Programming Question

Rob Cozens rcozens at pon.net
Fri May 7 11:04:51 EDT 2004


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)


More information about the use-livecode mailing list