you can use some of the debugging tricks discussed here recently using
the .ini file.

comment out (by removing semicolons) the following lines in the
director.ini file:

[Lingo]
;DisplayFullLingoErrorText=1
;       This property is used by shockwave and projectors.
; 1: Lingo errors generate a more descriptive text in the error alert.
; 0: Lingo errors generate a "script error. continue ?" yes/no alert.
;

and i think you have to rename it and put it in the shockwave folder,
something like that.

but that will give you better error reporting than that generic script
error alert....

--bhakti



Sharon Moeller wrote:
> 
> Sorry to be so vague, but I can't be too much more specific than saying I
> get an alert box saying Script error
> Do you want to continue?
> Yes or No
> 
> I think the error is happening on the exitframe because I click yes over
> and over and it never continues.
> 
> property netID
> on beginSprite me
> netID = VOID
> if netID = VOID then
> netID = postNetText("http://www.touchwood.net/sharon/courses.asp";,[])
> end if
> end
> on exitFrame me
> if netID <> VOID then
> if netDone(netID) then
> if netError(netID) = "OK" then
> testme = netTextResult(netID)
> set the text of field "result" = testme
> courseList
> showCourses
> netID = VOID
> else
> member("netError").text = netError(netID)
> go to "notActive"
> netID = VOID
> end if
> end if
> end if
> end
> 
> Sharon Moeller
> 
> Tracking #: 4C2B77B20AEC5E4B8C9C43C0B795C33FD1868C0B
> 
> [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!]

-- 
R. Bhakti Klein
Multimedia Programmer
http://www.DLWorkshop.net
��
Baritone, Wicki6
http://www.wicki6.com
���
"On Earth, you can only do little things;
but you can do them with a lot of Love."
                              -- Mother Theresa

[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