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!

PLEASE...problem with drag action

Status
Not open for further replies.

SHARKY99

Programmer
Oct 25, 2001
473
CA
Ok, here's my code

' This code is on the button itself
on (rollOver) {
startDrag (_this, false, -48.4, -14.5, 34, -14.5);
}
on (rollOut) {
stopDrag ();
}

i even tried with my button in a mc(which is called by the button)

THE PROBLEM: it won't STOP to drag when out of the hit zone...

PLEASE HELP!!!!X-) s-) (this is how i feel)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top