Hi there.. trying to put some code into a Director movie that will not allow the projector to be running multiple sessions, which happens now, due to the .inf file which tells it to autorun and the possibility that a user might not wait for the autorun and just simply click on the executable.
Anyway, the code I want to us is as follows, but it doesn't work, I put it on the first frame of the frame script row. Am I putting it in the wrong place or is the code I am using wrong? Any help would be greatly appreciated.
on startMovie
on checkForPreviousOpen
if baPrevious( true )<>0 then quit
end
end
KIM
Anyway, the code I want to us is as follows, but it doesn't work, I put it on the first frame of the frame script row. Am I putting it in the wrong place or is the code I am using wrong? Any help would be greatly appreciated.
on startMovie
on checkForPreviousOpen
if baPrevious( true )<>0 then quit
end
end
KIM