Problems with Repeat - PLZ HELP

Shao Sean shaosean at unitz.ca
Fri May 10 23:31:01 EDT 2002


try this

on mouseUp
  repeat with x = 1 to 33
    show image "(" & x & ").jpg"
    put "(" & x & ")" into field "Pic"
    wait (the text of field "wait") seconds with messages
    hide image "(" & x & ").jpg"
  end repeat
end mouseUp




More information about the use-livecode mailing list