On Sunday, June 8, 2003, at 12:30 AM, [EMAIL PROTECTED] wrote:
repeat for 4 times -- ensure 4 separate beeps
beep
wait 200 milliseconds
end repeat
on mouseUp newBeep field "Times" end mouseUp
on newBeep pTimes -- beeps pTimes times; fast, will overlap
if pTimes > 0.5 then
beep
send "newBeep pTimes-1" to me in .5 seconds
end if
end newBeepDar Scott
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
