PDA

View Full Version : force release of mouse


victorysshadow
05-31-2005, 05:44 PM
is there a way to force a release of a drag with an event? let's say that someone drags something over something else is there a function to say that once that happens they aren't dragging anymore??

vs

Flash Gordon
05-31-2005, 06:18 PM
if(//use hit test) {
stopDrag();
}

is that what you mean?

farafiro
06-01-2005, 08:44 AM
wow, this was too fast :p