benbjohnson / melomel

External ActionScript Interface.
https://github.com/benbjohnson/melomel/wiki
Other
42 stars 8 forks source link

Inaccessible Display Objects #9

Open benbjohnson opened 14 years ago

benbjohnson commented 14 years ago

Defect: Melomel allows clicking on objects which are inaccessible for one of the following reasons:

  1. Object is clipped by a parent object or stage.
  2. Object is completely covered by another object.

The first use case is fixable but I'm not sure how to fix the second issue.

NOTE: This groups defect #1, #2, & #4 together.