I have a program that has one projector and 6 director files. The projector
is an options screen where the user selects from some options and the
director files are the actual content of the program. Each of the six
director files are identical in function. There is audio that plays if the
user selects it, and it all works fine except in one of the director files.
The lingo in completely identical, except that the path of the audio is
changed. It is as follows:
on exitFrame
global gNarration
global gTour
if gNarration=1 then
sound playFile 3, the moviePath &
"audio/local_services/communication_transportation/transportation"
end if
end
The one file that does not work properly, the very last audio file plays but
none of the others... it is very strange to me. I wondered if it might be
a RAM problem, but I am not sure I know how to check. I wondered if there
was a lingo command that I could use after each director file is closed (to
open another) that would help any RAM problems.
I appreciate any help that anybody can give me. If more information is
necessary, I can supply it.
Thanks,
Tyler
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]