Losing track of time

Malte Brill malte.brill at t-online.de
Fri Aug 8 18:58:01 EDT 2003


Hi Howard. There was no real reason I suggested a player object. just
thought audioclips might be blocking. (seems as if they were not. I hardly
use them). Fiddled around with it a bit:

Created a stack, one button one field

button script:

global myTime
on mouseUp
  put the seconds into myTime
  put fld "TheTime" into timer
  send reminder to me in timer*6 seconds
end mouseUp
on reminder
  play "bass1.aif"
  put the seconds-myTime
end reminder

always returns 6 on my system, same for wav files...
G4 400 Os9...

Hope this helps,

Malte




More information about the use-livecode mailing list