lingo-l what is mazeRect + pRectList?!

2001-04-16 Thread sadie

Dear list,
I'm really new to lingo and thought it was dead clever
of me to use a script I found in Director online to
help me pass the first year of my degree.  I'm trying
to build a simple maze game and used the example I
found at www.director-online.com in the archives
entitled more fun with maze games and when I try to
run it it gives a script error message saying:
"repeat with mazeRect in pRectList?
-variable used before assigned a value"

So I know what I'm doing wrong but can someone tell me
how to fix it?
sadie


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

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




RE: lingo-l what is mazeRect + pRectList?!

2001-04-16 Thread Steven Sacks

Yes, plagiarism is a dead clever way to pass
the first year of your degree.  ;)

Without actually seeing the code, you probably
need to declare pRectList as a property at the
top of the script

property pRectList

Cheers,
Steven

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of sadie
 Sent: Monday, April 16, 2001 1:58 PM
 To: [EMAIL PROTECTED]
 Subject: lingo-l what is mazeRect + pRectList?!
 
 
 Dear list,
 I'm really new to lingo and thought it was dead clever
 of me to use a script I found in Director online to
 help me pass the first year of my degree.  I'm trying
 to build a simple maze game and used the example I
 found at www.director-online.com in the archives
 entitled more fun with maze games and when I try to
 run it it gives a script error message saying:
 "repeat with mazeRect in pRectList?
 -variable used before assigned a value"
 
 So I know what I'm doing wrong but can someone tell me
 how to fix it?
 sadie
 
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail. 
 http://personal.mail.yahoo.com/
 
 [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!]
 
 

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




RE: lingo-l what is mazeRect + pRectList?!

2001-04-16 Thread Steven Sacks

what are you going to do when the teacher
asks you how the code works?

"how's [being clever] working out for you?"
  - Tyler Durden (paraphrased) from Fight Club

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