Hanging on Wait
JamesHBeckmann at aol.com
JamesHBeckmann at aol.com
Sat Dec 28 08:49:01 EST 2002
The following hangs on "wait" and I'm not sure why:
set the defaultfolder to thePath
put the files into fileList
repeat with h = 1 to 4
set the filename of player "player1" to (defaultfolder & "/" & line h of
fileList)
start player "player1"
wait until the movie is "done"
end repeat
It plays the first movie but then "hangs" ( or waits forever). Suggestions
appreciated, thanks.
Jim
More information about the use-livecode
mailing list