Can anyone tell me why anobstacle is not being set on the pathfinding object when it runs thru the for/each loop?
mfa attached.
Printable View
Can anyone tell me why anobstacle is not being set on the pathfinding object when it runs thru the for/each loop?
mfa attached.
The ForEach object starts a for each loop for each of the currently selected objects. In event 3, the only object that can be selected is the one that the user clicked on, so the for each loop loops for that one object. Then, it plainly does nothing, because it is the selected object. Try this:
Once again you come to the rescue LB.Thank you so much for your help.