# Simple Timing Question

**URL:** https://forum.kirupa.com/t/simple-timing-question/232389
**Category:** flash
**Created:** [July 13, 2007, 10:06am UTC](https://forum.kirupa.com/t/simple-timing-question/232389 "2007-07-13T10:06:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dr77](https://avatars.discourse-cdn.com/v4/letter/d/ac8455/32.png) [@dr77](https://forum.kirupa.com/u/dr77)
#### Post date: [July 13, 2007, 10:06am UTC](https://forum.kirupa.com/t/simple-timing-question/232389/1 "2007-07-13T10:06:08Z")

</div>

Hello all,

I have a simple question about timing:

```auto
function anExample(){
movieOne_mc.gotoAndPlay(1);
/*here I would like to enter code which tells the function to wait 10 seconds and then continue*/
movieTwo_mc.gotoAndPlay(1);
}

```

Is it possible to do this? In other words, to pause a function or section of actionscript before continuing to the next line?

Thanks as always for any help,

David
