benbjohnson / melomel

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

Clicking On Covered Object #4

Closed benbjohnson closed 14 years ago

benbjohnson commented 14 years ago

UI.click() should check if an object is covered by another object before clicking it. Not sure if this is even possible (without a lot of computation). Possible DisplayObject.hitTestObject() could be used.