Jump to content
Search Community

evanjacover

Members
  • Posts

    2
  • Joined

  • Last visited

evanjacover's Achievements

0

Reputation

  1. I've created a TransformManager instance and added some items to it. The items are just jpgs loaded in dynamically. They load correctly, and I'm calling transformManager.selectItem() as soon as the items are added to the stage. This all works correctly: handles are displayed and they can be transformed. However, when I click off of the image and it deselects, I can no longer select it by clicking on it. Also, I only get the "move" cursor when I'm hovering over the handles and outline that TransformManager puts around the graphic. When I hover over the graphic itself (even if it's selected) I don't get the move cursor. It seems like the problem would be that there's a DisplayObject on top of the graphics that's interfering with mouse events, but that doesn't seem to be the case. Is there anything else that might be causing this problem?
×
×
  • Create New...