# Targeting another level

**URL:** https://forum.kirupa.com/t/targeting-another-level/17883
**Category:** flash
**Created:** [April 10, 2003, 10:48am UTC](https://forum.kirupa.com/t/targeting-another-level/17883 "2003-04-10T10:48:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![portugeezer](https://avatars.discourse-cdn.com/v4/letter/p/7bcc69/32.png) [@portugeezer](https://forum.kirupa.com/u/portugeezer)
#### Post date: [April 10, 2003, 10:48am UTC](https://forum.kirupa.com/t/targeting-another-level/17883/1 "2003-04-10T10:48:06Z")

</div>

Please can someone tell how to target a movie which is on another swf which is on a diffrent level.

Many Tanks in advance !!!

:sleep:

---

<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: [April 10, 2003, 11:16am UTC](https://forum.kirupa.com/t/targeting-another-level/17883/2 "2003-04-10T11:16:45Z")

</div>

on (release) {  
tellTarget ("\_level2/yourmovie\_instance") {  
do something  
}  
}
