Use a movieclip with the same graphics as your button on a layer. on another layer, add a box that covers the area you want as your hit area. convert the box to a button, and set it's alpha to 0%. When you put the movieclip on stage, add a hitTest in the event handler and you can control the...