# Trouble with targeting

**URL:** https://forum.kirupa.com/t/trouble-with-targeting/26536
**Category:** Uncategorized
**Created:** [July 23, 2003, 10:52pm UTC](https://forum.kirupa.com/t/trouble-with-targeting/26536 "2003-07-23T22:52:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![longhorn14](https://avatars.discourse-cdn.com/v4/letter/l/eada6e/32.png) [@longhorn14](https://forum.kirupa.com/u/longhorn14)
#### Post date: [July 23, 2003, 10:52pm UTC](https://forum.kirupa.com/t/trouble-with-targeting/26536/1 "2003-07-23T22:52:29Z")

</div>

Okay, I am not a newbie at all, but I am lost. I used to use calls and telltargets in previous versions, but this new MX stuff has me boggled at times. I structured this movie in scenes, it was before I learned how to use pure scripting and no scenes. In this instance, here is what I need to accomplish:

I have 2 scenes.  
In sceneOne, there is mcSceneOne which has buttonSceneOne in it.  
In sceneTwo, there is mcSceneTwo which has buttonSceneTwo.  
Lets pretend that the above clips are also the instance names and the scenes are also named like the above.  
I need buttonSceneTwo to initiate the following action when clicked:  
-the playhead goes to the third frame (labeled"help") in sceneOne and I need the mcSceneOne to goto frame 5.

A little confusing to understand. I have tried using \_root, etc. I cannot get it to work. What am I doing wrong? I had no problem targeting in prev versions, but have been out of the game for a while. Please help!  
thanks,  
nat :thanks:

---

<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: [July 23, 2003, 10:54pm UTC](https://forum.kirupa.com/t/trouble-with-targeting/26536/2 "2003-07-23T22:54:58Z")

</div>

Give the frames in the scenes frame labels (right click on the frame and open the properties panel), then target the frame label.

Flash is idiotic when it comes to scenes, but this has been a proven effective method of working cross scenes.

As usual, I don’t really recommend using scenes, but that’s just my 2 cents 🙂

---

<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: [July 23, 2003, 10:59pm UTC](https://forum.kirupa.com/t/trouble-with-targeting/26536/3 "2003-07-23T22:59:13Z")

</div>

In my real example, I did use labels I believe, I will check into it. What would the correct path be, assuming my example in my original post? I could build a dummy movie if it will help (mine is too large).  
thanks

---

<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: [July 23, 2003, 11:00pm UTC](https://forum.kirupa.com/t/trouble-with-targeting/26536/4 "2003-07-23T23:00:49Z")

</div>

Well I never use \_root (because if the movie ever gets loaded into another movie via loadMovie() it won’t work) so try \_parent.gotoAndPlay(“frameLabel”) if the button is just inside a movie clip symbol.

---

<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: [July 23, 2003, 11:05pm UTC](https://forum.kirupa.com/t/trouble-with-targeting/26536/5 "2003-07-23T23:05:16Z")

</div>

Thanks, i will try that. If it won’t work, I will mock something up so we can look at it and figure it out.

---

<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: [July 23, 2003, 11:07pm UTC](https://forum.kirupa.com/t/trouble-with-targeting/26536/6 "2003-07-23T23:07:08Z")

</div>

Alrighty 🙂

For now, I gotta go, I will be back later though.
