In the first frame of the first layer of the main timeline I have actions that say:

animate = 1;
tellTarget ("background") {
gotoAndStop ("one");
}

With the above, things work like they should.

But why was it that when I had the tellTarget pointing to "_root.background" that "background" kept on playing instead of stopping on the fame labeled "one" like it says to?