[Thread Prev] [Thread Next]
Hello,
Try:
t1, if and (shape = 2) (touching? "t1 "t2) [ dosomething]
or
t1, if and shape = 2 touching? "t1 "t2 [ dosomething]
or
t1,
if and (shape = 2)
(touching? "t1 "t2)
[dosomething]
That will all work.
Good luck
-----Original Message-----
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[mailto:mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Burke,
Bridget - CKJH
Sent: Thursday, April 10, 2008 2:08 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: [MWForum] and ()
Why doesn't this work?
t1, if shape = 2 and if touching? "t1 "t2 [ dosomething]
Bridget Burke
Previous by thread:
and ()
Next by thread:
Re: and ()
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|