im trying to use tellTarget to start a movie clip on a different timeline and i am not sure what i am doing wrong. If i wanted to tell “playbox” to start playing on the root timeline i should have something like this right?
this.button.onRelease = function () {
tellTarget ("_root.playbox") {
gotoAndPlay (“Play”);
}
}
i keep getting this error
Target not found: Target=“playbox” Base="_level0.instance5"