Hi. Im busy creating a game in flash.
I have a game screen (where all the ‘action’ takes place) and then I have a ‘sidebar’ where there are buttons that the player can click on.
The problem I have is that Im using a “startDrag” to move a character around the screen. But when the user moves the mouse over the ‘sidebar’ you cant click on the buttons. I somehow need to have it so that the StartDrag works inside the “game area” but stops working when your move moves to the ‘sidebar’ where the buttons are.
Is this possible? I tried using a a rollover thing and stopDrag, but it didnt work. What should I be doing?
I would really appreciate any help, as Im so puzzled by this.