PDA

View Full Version : dragging more than 1 movieClips



barge
December 7th, 2003, 12:10 AM
How do I drag more the 1 movieClip using this

on (press) {
startDrag(screen);
}
on (release) {
stopDrag();
}

norie
December 7th, 2003, 12:51 AM
You can't drag more than one item at a time, that is, using 'startDrag'.

Voetsjoeba
December 7th, 2003, 06:30 AM
http://proto.layer51.com/d.aspx?f=845 ;)

norie
December 7th, 2003, 03:53 PM
guess i was wrong :trout: