On 8/3/02 10:05 AM, "Chris Mealey" <[EMAIL PROTECTED]> decreed thusly:

> on mouseWithin me -- on the handle sprite
> if inside(the mouseLoc,rect(-3,46, 69,75)) then
>   member("rectfield").text = "8'x 4'"
> else
>   if inside(the mouseLoc,rect(67, 46,105,75)) then
>     member("rectfield").text = "8'x 8'"
>   else
>     if inside(the mouseLoc,rect(99,47,137,75)) then
>       member("rectfield").text = "8'x 12'"
>     else
>       if inside(the mouseLoc,rect(133, 46, 171, 75)) then
>         member("rectfield").text = "8'x 16'"
>       else
>         if inside(the mouseLoc,rect(167, 46, 205, 75)) then
>           member("rectfield").text = "8'x 20'"
>         else

case true of
 inside(the mouseLoc,rect(-3,46, 69,75)):
    member("rectfield").text = "8'x 4'"
 inside(the mouseLoc,rect(67, 46,105,75)):
     member("rectfield").text = "8'x 8'"

etc

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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