i have just created an animated circle with motion tween, then i want enable my mouse to drag this animated circle.
Here we should add event listener to the circle, but when i draged the circle, the animation of circle stopped directly!
myobject.addEventListener(MouseEvent.MOUSE_DOWN, drag_starting);
function drag_starting(e:Event):void{
e.target.startDrag();
}
anybody helop?

New Topic/Question
Reply


MultiQuote


|