Hi there, I've got an away3D application where you drag and drop items in a 3D room and then you can click on them and things happen. I've used item.addOnMouseUp and it works just fine, but I have a small issue with that.
When there are already some items in the room and I drag a new one, my mouseUp listener gets triggered if mouse is over an item which is already there. So, that's why I need an addOnMouseClick listener, which will be triggered only if down and up mouse states have happened to the same 3d object. Thanks for your time. Kostas -- To unsubscribe, reply using "remove me" as the subject.
