Stupid Programming Question

Rob Cozens rcozens at pon.net
Fri May 7 17:16:57 EDT 2004


>--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)


More information about the use-livecode mailing list