Movieclip: beginDrag [MX] startDrag alternative - smooth dragging and multiple objects can be dragged at once
msg1 {
senocular[+],
posted: 05.18.03 1p•-,
top [^]
}
updated to accept a bounds object instead of seperate values:
msg2 {
senocular[+],
posted: 06.10.03 4a•06.10.03 4a,
top [^]
}
updated:
now can be used in the form beginDrag(myMovieClip, true, 0,0, 300,300); as is startDrag. myMovieClip can be either a movieclip reference or a string path to a movieclip. endDrag can used similarly though, unlike stopDrag, the movieclip will have to be specified to know which movieclip is to be stopped.
msg3 {
ricecakes[+],
posted: 09.02.05 4p•-,
top [^]
}
This is great. I have been working on a project where I needed multiple objects being draged and just could not do it with standard function. This saved me. This needs to be in the next version of flash.
msg5 {
snavebelac[+],
posted: 03.21.07 5a•-,
top [^]
}
Is it possible to change the drag boundaries in mid-drag?