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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to