# Simple enouth: delaying buttons!

**URL:** https://forum.kirupa.com/t/simple-enouth-delaying-buttons/251879
**Category:** flash
**Created:** [February 13, 2008, 3:02pm UTC](https://forum.kirupa.com/t/simple-enouth-delaying-buttons/251879 "2008-02-13T15:02:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Jiruharudo](https://avatars.discourse-cdn.com/v4/letter/j/97f17d/32.png) [@Jiruharudo](https://forum.kirupa.com/u/Jiruharudo)
#### Post date: [February 13, 2008, 3:02pm UTC](https://forum.kirupa.com/t/simple-enouth-delaying-buttons/251879/1 "2008-02-13T15:02:30Z")

</div>

Hey people.

Below is a very simple button code.

```auto

on (release){
    playsound.gotoAndPlay(2);
}

```

And in the attachment you will see the fruits of this haaard work.

My question:

Is there a (simple and clean) way to “lock” the button for a few seconds when it has been pressed?

Press the big grey …thing in the attachment swf file multiple times for one of the many reasons~

Thanks, Jiru.
