# Urgent, Need actionscript help...pleeeeease!

**URL:** https://forum.kirupa.com/t/urgent-need-actionscript-help-pleeeeease/148792
**Category:** flash
**Created:** [May 23, 2005, 5:05pm UTC](https://forum.kirupa.com/t/urgent-need-actionscript-help-pleeeeease/148792 "2005-05-23T17:05:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![sneakyninja](https://avatars.discourse-cdn.com/v4/letter/s/6f9a4e/32.png) [@sneakyninja](https://forum.kirupa.com/u/sneakyninja)
#### Post date: [May 23, 2005, 5:05pm UTC](https://forum.kirupa.com/t/urgent-need-actionscript-help-pleeeeease/148792/1 "2005-05-23T17:05:03Z")

</div>

Hey,

I have an actionscript problem which I need to resolve FAST! I have been trying all day and cannot get this to work. I am creating a help window which pops up using this actionscript…

```auto

on (release) {
	_root.attachMovie("helpMenu", "helpMenu", 10000);
}

```

I am trying to get a button that I have in the “helpMenu” movieclip to close the window. Any help would be appreciated. I have tryed this which I thought would work but doesnt…

```auto

on (release) {
	_root.removeMovieClip("helpMenu");
}

```

I also have made sure that everthing involved is exported for actionscript in the linkage menu. I cannot figure it out. PLEASE HELP!

Thanx guys.
