Hi there!
I was reading the Tell Target Tutorial, and it said at one point to find the tell target command under the basic function command. I couldn’t find it, I tried to just type down the code:
on (release) {
tellTarget ("/cheese") {
gotoAndPlay (1);
}
}
is there a diffrence between FMX action script and F5 actions scrpt? Is that why? Can anyone help how to get through.
tellTarget is no longer used, so a tutorial for it would pretty much be useless.
But tellTarget was just a way to target the properties of or control a movie clip so you can dynamically change it with AS. And now you can do that with the new dot syntax as posted above.