myNode.clickable in Anark Studio 2.5

Can this object be clicked on?

Property Type
Boolean

The Boolean flag indicating whether the object will be tested to determine whether it can be clicked on. Defaults to true.

When set to false, then neither the object nor any child objects can be clicked on. When set to true, the object will only be clickable if it has a behavior attached to it that has its mouseEvents property set to true. It may also have to meet several other criteria.

For more information, see "Enabling objects to receive mouse events" on page 139 of the Anark Studio 2.5 user manual.