# Multiple movieclips and mutiple event handling

**URL:** https://forum.kirupa.com/t/multiple-movieclips-and-mutiple-event-handling/331579
**Category:** Uncategorized
**Created:** [September 4, 2013, 6:50am UTC](https://forum.kirupa.com/t/multiple-movieclips-and-mutiple-event-handling/331579 "2013-09-04T06:50:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kittu](https://avatars.discourse-cdn.com/v4/letter/k/4491bb/32.png) [@kittu](https://forum.kirupa.com/u/kittu)
#### Post date: [September 4, 2013, 6:50am UTC](https://forum.kirupa.com/t/multiple-movieclips-and-mutiple-event-handling/331579/1 "2013-09-04T06:50:30Z")

</div>

Hi All,

I have multiple movieclips(images sequence), which I want to add mouseevent (click and drag), keyboard event(left and right arrows) and zoom event(mouse wheel).

I have this function for only one mc(one image sequence).

Now if I use this function, I am having problem with calling the function from the same frame.

That is,

If click another mc from say frame 3, and click on another function, it should continue from frame 3 only, not start from first frame again.

Please help.

Thanks in advance.
