
11-20-2009, 05:46 PM
That's overlapping parameters' which Alice doesn't like. Instead, try using a "For all in order..." method which compares each item from the list to world.cklciked one at a time. If that doesn't work, you'll have to forget the list and compare each object individually to the world.clicked object with an if/else if for each object.
|