# startDrag() mutiple mcs

**URL:** https://forum.kirupa.com/t/startdrag-mutiple-mcs/42905
**Category:** flash
**Created:** [February 14, 2004, 1:11pm UTC](https://forum.kirupa.com/t/startdrag-mutiple-mcs/42905 "2004-02-14T13:11:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![macneilslt](https://avatars.discourse-cdn.com/v4/letter/m/aeb1de/32.png) [@macneilslt](https://forum.kirupa.com/u/macneilslt)
#### Post date: [February 14, 2004, 1:11pm UTC](https://forum.kirupa.com/t/startdrag-mutiple-mcs/42905/1 "2004-02-14T13:11:04Z")

</div>

hey, i was just wondering if it’s possible to to drag multiple MCs at once using  
[AS]  
on(press) {  
startDrag(mc1);  
}

```auto

but i want it to start the drag of a second mc too, not attatched to mc 1..so is this possible, and if so..how??
```
