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

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

Reply via email to