roockie error xcuse my conection  fail last 3 day's     thank' it's ok..
    christ.


----Original Message Follows----
From: "Karina Steffens" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: <lingo-l> list Q?
Date: Thu, 22 Mar 2001 15:55:51 -0000

 > i want to check if the property of member's list Lroll = 1 or 0
 > only 1 of 5 sprite work ??????
 > on shuffle
 >   repeat with w = 1 to 5
 >     set x = getProp(Lroll, w)
 >     if x = "1" then
 >       set the membernum of sprite x to random (6)
 >     end if
 >   end repeat
 > end
 >
 > i try many form of script in vain   ... need help...thank'

set the membernum of sprite x to random (6)
   should be:
set the membernum of sprite w to random (6)

Because your x always equals 1 (or 0) :)

Karina




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


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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!]

Reply via email to