I have a repeat loop I'd like to have execute one loop per second. However, I can't use the "wait" command because there are objects moving about on screen that I must not stop (and the "wait" command will stop them). Here's the loop; perhaps someone can advise me how to change it to the "send" structure?

repeat with i = 1 to 6
        set the title of graphic "coverMask" to "Releasing piece " & i & "..."
end repeat

Thanks in advance,
Barry

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

Reply via email to