wav files
Posted: Wed Feb 03, 2010 12:54 pm
Hi, i have the following script, but my laptop doesn't play the sound files any more. It played them 2 days ago. What might be wrong?
It works on my desktop, though.
on openCard
set the screenMouseLoc to the left of this stack +625, bottom of this stack -60
play "NDExp3/2009Long/cdemo.wav"
wait until the sound is done
get flushEvents(all)
put line 1 of fld "current" of last cd into y
go cd y
delete line 1 of fld "current" of last cd
It works on my desktop, though.
on openCard
set the screenMouseLoc to the left of this stack +625, bottom of this stack -60
play "NDExp3/2009Long/cdemo.wav"
wait until the sound is done
get flushEvents(all)
put line 1 of fld "current" of last cd into y
go cd y
delete line 1 of fld "current" of last cd