Re: [Flashcoders] dragging multiple movieclips

2006-02-22 Thread GregoryN
Hello Monicque, 1) As David said, you need diff. depths for your clips. I recommend using getNextHighestDepth() . 2) While only 1 clip can be dragged at a time with startDrag() method, you can simulate dragging by just moving clips by onMouseMove event. If you have a lot of them,

Re: [Flashcoders] dragging multiple movieclips

2006-02-22 Thread Monicque Sharman
: GregoryN Date: 02/22/06 04:31:22 To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] dragging multiple movieclips Hello Monicque, 1) As David said, you need diff. depths for your clips. I recommend using getNextHighestDepth() . 2) While only 1 clip can be dragged at a time

Re: [Flashcoders] dragging multiple movieclips

2006-02-22 Thread Monicque Sharman
on how to do that. Any tips greatly appreciated, but at least I have a starting point now! So thanks, Monicque. ---Original Message--- From: Monicque Sharman Date: 02/22/06 05:08:50 To: Flashcoders mailing list Subject: Re: [Flashcoders] dragging multiple movieclips Thanks

RE: [Flashcoders] dragging multiple movieclips

2006-02-22 Thread Stacey Mulcahy
To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] dragging multiple movieclips Hello Monicque, 1) As David said, you need diff. depths for your clips. I recommend using getNextHighestDepth() . 2) While only 1 clip can be dragged at a time with startDrag() method, you can simulate