odd record sound behaviour

Nicolas Cueto nicolas_cueto at yahoo.com
Tue Mar 22 03:46:36 EST 2005


Hello All,

A stack with a record-to-wav function is not recording -- at least, not the
first time around.

I'm using two button-scripts:

-- TO RECORD
 on mouse up
   set the recordFormat to "wave"
   record sound file "junk rekord.wav"
 end mouseUp

-- TO STOP
on mouseUp
   stop recording
 end mouseUp

But, on Win2K the system freezes for a few seconds, and on Win98 a  system
message appears ("Clean up your hard drive"); in both cases, no sound file
gets created.

And yet, when I re-click on the same record/stop button, no system
freeze/message and the wav file is created.

Any ideas what I've done wrong? Thanks.

--
Nicolas Cueto




More information about the use-livecode mailing list