Hi guys,
I have a collision detection working so when I drag an e.target on a button a flv loads externally onto the stage, but the flv keeps adding to the stage repeatidly. Is there a way I can drag the the e.target onto the button that the flv will only add to the stage once, even though the e.target remains colliding with the button?
I cant have a MOUSE_UP event listener as I already have an ENTER_FRAME listener within the if statement.
This may seem a bit basic but im only new to AS3 and still getting to grips with it.
Thanks in advance.
I have code here if its a bit hard to understand what I mean.