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)
' 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)