Well, if it's all about the manual, then that includes how incomplete is also is at times. It says nothing about the default settings of my.enable_touch. It does however so for my.untouchable:
Quote:
entity.enable_touch:
Mouse events will only be triggered if the entity is within a distance given by the predefined MOUSE_RANGE variable (default 1000 quants) from the camera position.
Quote:
entity.untouchable:
Makes the entity 'invisible' for the mouse, and thus allows mouse events on objects behind this entity.
On - penetrable for mouse events
Off - catches mouse events (default)
flag
What's the purpose anyway of having two flags for the same thing with their default settings cancelling out each other?
cheers