Drag/Drop Small MC Objects
I'm building a project with small dots (6X6) that the user drags/drops onto a part of the stage. These need to be small, but "grabbable" with the mouse pointer (or in touch enabled platforms using a stylus point). I have been trying, unsuccessfully so far, to create these as MC's inside larger (14X14) dots (also MC) set to 0 alpha so the larger surrounding area doesn't show, but would allow for grabbing the smaller dot MC inside. So far, doesn't work. The smaller dot drags/drops OK, but the alpha transparent larger top layer of the MC shows no evidence of being grabbed. Not sure if this is possible for dragging/dropping. Essentially, what I am trying to do is set up a surrounding transparent grag handle to make the smaller dot easier to drag/drop without obstructing the area/view on which it needs to be positioned/dropped. Would prefer not to use a third-party item for transform handles, if possible.
Maybe there is a better way to do this?
Any suggestions/specific steps to accomplish this, appreciated.