Targeting another level

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:

on (release) {
tellTarget ("_level2/yourmovie_instance") {
do something
}
}