# How to use the delete action?

**URL:** https://forum.kirupa.com/t/how-to-use-the-delete-action/22467
**Category:** Uncategorized
**Created:** [June 4, 2003, 2:55pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467 "2003-06-04T14:55:27Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![p020385](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/p020385/32/230_2.png) [@p020385](https://forum.kirupa.com/u/p020385)
#### Post date: [June 4, 2003, 2:55pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/1 "2003-06-04T14:55:27Z")

</div>

Sorry guys to bother u all once again…

How do u guys use the delete action??? I mean like i have button “A” to play animation “A” and when i press on button “B”, animation B play over animation “A”. What I actually wanted is to delete animation “A” when button “B” is pressed and on the other hand animation “B” start to play too. Have any suggestions anyone??

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 3:01pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/2 "2003-06-04T15:01:00Z")

</div>

Use loadMovie(); to load external SWF’s into an empty movieclip. When another movieclip is loaded inside the same movieclip, the other one is deleted and the new one is shown and played. That is what you wanted, right ?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 3:16pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/3 "2003-06-04T15:16:53Z")

</div>

hey thanks i will try…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 3:18pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/4 "2003-06-04T15:18:31Z")

</div>

wait is there is sound in my FOOTER??? I THOUGHT I CHANGED IT???

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 3:23pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/5 "2003-06-04T15:23:55Z")

</div>

It depends on the structure of your fla. If you don’t want to load another swf, you can yourClip.removeMovieClip().

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 3:23pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/6 "2003-06-04T15:23:55Z")

</div>

ok no more sound phew…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 3:35pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/7 "2003-06-04T15:35:12Z")

</div>

???

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 4, 2003, 5:18pm UTC](https://forum.kirupa.com/t/how-to-use-the-delete-action/22467/8 "2003-06-04T17:18:17Z")

</div>

hey thanks for the help… it worked beautiful…but the swf doesnt seen to function as smoothly as the original one
