Problems with "tellTarget" and target paths

Hey,
I’ve got a movieclip on one frame of the main timeline. Inside the movieclip-symbol’s timeline, on the movieclip’s last frame, I’ve got a button. Within the button’s actionscript I’ve got this kind of script:


on(release) {
tellTarget("target-movieclip's instance name")
gotoAndStop(355);
}

The target movieclip is in the 355th frame of the parent movieclip timeline.
I also tried inserting both absolute and relative targetpaths in this script but it did’nt work. Every time I test the scene, after pressing that button I get a message like this in the Output-window:

"Target not found: Target="sydan" Base="_level0.suukko".

(“sydan” is the target movieclip instance name and “suukko” is the parent movieclip instance name.)

If anyone has a clue about how this should be made, I’d appreciate very much that you’d share your knowledge. If it’s better to place the target movie clip on the main timeline and not inside the parent movieclip symbol, that’ll do just fine. I’d just like to know some way to make this work. I’d allso appreciate, if you could tell me, what’s the meaning of the “level0” in the output-message. :huh:
Thanks for your patience!