# Please, help solve a targeting issue

**URL:** https://forum.kirupa.com/t/please-help-solve-a-targeting-issue/107707
**Category:** Uncategorized
**Created:** [April 18, 2004, 8:39am UTC](https://forum.kirupa.com/t/please-help-solve-a-targeting-issue/107707 "2004-04-18T08:39:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BBatPA](https://avatars.discourse-cdn.com/v4/letter/b/ba9def/32.png) [@BBatPA](https://forum.kirupa.com/u/BBatPA)
#### Post date: [April 18, 2004, 8:39am UTC](https://forum.kirupa.com/t/please-help-solve-a-targeting-issue/107707/1 "2004-04-18T08:39:13Z")

</div>

Sorry for the newbie question, and I’ve searched several forums trying to find what I’m missing and I just don’t see it. Please kick me in the right direction!!!

I’m trying to build an animated menu with seven buttons, 3 of which need a submenu. I have 4 regular buttons and 3 mc’s on the main timeline.

After creating the first mc with 6 submenu items that appear onRollover and trying to target the submenu buttons to open a new page nothing happens when I click on the button.

I attached this code to the submenu button while it in the “Over”:

```auto

on (release) {
this.skiMenu_mc.skMain_btn.getURL("ski/sk_main.htm", "_self");
}

```

[Here’s the complete fla file if you’re interested](http://www.projectallure.com/menu.fla)

BTW, I’m using Flash MX 2004 if that helps!!!
