Hello all.

How can I do to take any message error from Director 
and create my error handler, I have tried...
____________________________________
global gErrorMessage, gErrorState 

on prepareMovie
    gErrorState =0
    the alertHook = script "Alert" --odject to handler errors
end
____________________________________
-- parent script "Alert"
on alertHook me, err, msg
    gErrorMessage= err && msg
    gErrorState =1
        if gErrorState = 1 then
            go movie "ErrorMovie" --when this line is 
exucuted, appear a Director error
            abort
        end if
end
____________________________________


...but I still can see a Director player error    

[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!]

Reply via email to