away3d / away3d-core-broomstick

Away3D engine for Flash Player Incubator
http://www.away3d.com
93 stars 25 forks source link

mouseChildren property for containers #44

Closed bbeaumont closed 13 years ago

bbeaumont commented 13 years ago

It should reflect the behavior of the mouseChildren property in the standard flash display list.

Currently, you have to recursively loop through the children of a container and set the mouseEnabled property.