var spatialsOnEntity : Array = entity.lookupComponentsByType(ISpatialObject2D);
Then you can query each spatial to see if its bounds occupies the current position of the mouse using the spatial.pointOccupied( new Point(stageX, stageY) ) method. Hope this helps.
It looks like you're new here. If you want to get involved, click one of these buttons!