# Pause movieclip on click

**URL:** https://forum.kirupa.com/t/pause-movieclip-on-click/322155
**Category:** Uncategorized
**Created:** [May 12, 2011, 11:55am UTC](https://forum.kirupa.com/t/pause-movieclip-on-click/322155 "2011-05-12T11:55:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![pravingate07](https://avatars.discourse-cdn.com/v4/letter/p/4491bb/32.png) [@pravingate07](https://forum.kirupa.com/u/pravingate07)
#### Post date: [May 12, 2011, 11:55am UTC](https://forum.kirupa.com/t/pause-movieclip-on-click/322155/1 "2011-05-12T11:55:18Z")

</div>

Hi, i’m developing a small game using as3 , in that i want to pause my whole movieclip when a user click on quit button.

means when user will click on quit button , a dialog box will appear and will give options “yes” or “no”.

so when i will click on quit button , i need to pause my movieclip for the time until user will select yes or no.

And also , if he will select option “no”,application should be resume

i will try to explain wit hierarchy to understand my problem

On scene1, i have taken 3 movieclips on first frame but at different layers.

And Each of this movieclip contains minimum 5 children movieclips.

so i want pause scene 1 movieclip from 2nd or 3rd child movieclip.

so how can i pause that movieclip?
