Groups | Blog | Home
all groups > macromedia flash sitedesign > november 2004 >

macromedia flash sitedesign : drag and drop



fatbusinessman
11/17/2004 11:00:30 AM
hey everyone. is there a way to drag and drop movie clips (and snap them) along a path rather than within a specified area.
thanx
PRAYMAYERD
11/18/2004 2:42:55 AM
yes... there is! this.onRollOver = function() { this.startDrag(true); };
this.onPress = function() { this.stopDrag(); }; about snapping too place, yes
you can do that too. not off the top of my head though... trying the learning
interactions section of flash.
PRAYMAYERD
11/18/2004 2:43:00 AM
yes... there is! this.onRollOver = function() { this.startDrag(true); };
this.onPress = function() { this.stopDrag(); }; about snapping too place, yes
you can do that too. not off the top of my head though... trying the learning
interactions section of flash.
PRAYMAYERD
11/18/2004 2:43:31 AM
fatbusinessman
11/18/2004 3:33:45 AM
ok so if this is my code:

on (press) {
startDrag("", false, 120, 120, 350, 220);
}
on (release, releaseOutside) {
stopDrag();
}

....how do i fit in your code?
AddThis Social Bookmark Button