# Code Issue

**URL:** https://forum.kirupa.com/t/code-issue/148259
**Category:** Uncategorized
**Created:** [May 18, 2005, 1:52pm UTC](https://forum.kirupa.com/t/code-issue/148259 "2005-05-18T13:52:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hematite](https://avatars.discourse-cdn.com/v4/letter/h/848f3c/32.png) [@hematite](https://forum.kirupa.com/u/hematite)
#### Post date: [May 18, 2005, 1:52pm UTC](https://forum.kirupa.com/t/code-issue/148259/1 "2005-05-18T13:52:50Z")

</div>

Hi ppl,

Can anyone help me please? I encountered another issue. From attaching movieclips like this what happens is I can click on it a few times and then it opens one of the other clips. Yet I used stop(); in the actions layer.

Why is this am I missing something?

[color=green]menu\_mc.admin\_btn.onRelease = function() {  
\_root.box.attachMovie(“admin\_mc”, “panel”, 99);  
};[/color]
