Script or something like it to make a slot

 From:  Michael Gibson
9876.10 In reply to 9876.9 
Hi Tudor,

re:
> what's setHitTest

It turns hit testing on or off - hit testing is when an object is targeted for click selection or snapping. In some cases when a script is dynamically creating an object on every mouse move, that object can leave behind things like intersection snaps. Hit testing can be turned off in such cases so the object will be ignored for generating snap points.

- Michael