Hi Howard. 

Silly me you want to be repeatetly reminded I guess.

global myTime,flag,timer,counter
on mouseUp
  put flag*-1 into flag
  if flag=0 then put 1 into flag
  put the seconds into myTime
  put 0 into counter
  put fld "TheTime" into timer
  if flag=1 then send reminder to me in timer seconds
end mouseUp
on reminder
  add 1 to counter
  play "flute3.wav"
  put the seconds-myTime-counter*timer
  if flag=1 then send reminder to me in timer seconds
end reminder

This script should allways return 0 and it does here...

Hope this helps,

Malte

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

Reply via email to