Thanks. I need to set miScroll, then I can move and zoom image easily by mouse. What can I do to catch ObjectClick Event in this case? Now I use FindObjectAt() in OnMouseDown and OnMouseUp event, when I click on object, distance returns by FindObjectAt() equals 0. But it seems to be not a good way.