Page 1 of 1

wav files

Posted: Wed Feb 03, 2010 12:54 pm
by nikoldama
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

Re: wav files

Posted: Wed Feb 03, 2010 2:59 pm
by Klaus
Hi nikoldama,

does it work if you supply the complete path (e.g. C:/folder/another folder/your sound.wav) to the "Play" command?


Best

Klaus