Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ignored stopDrag action 1

Status
Not open for further replies.

frozenpeas

Technical User
Sep 13, 2001
893
CA
Hi,

Does anyone have any idea what is wrong with this code? The stopDrag is being ignored.

Code:
on (press) {
    _parent.dragged.startDrag(true);
    _parent.dragged.swapDepths(3);
}
on (release) {
    _parent.dragged.stopDrag();
}

Thanks.
 
code works fine for me frozen

dave
dave@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^​
 
E-mail sent with corrected .fla, in reply to your own e-mail!

Regards,
new.gif
 
ciao frozen!
dave@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top