Is it still safe to use tell target in flash mx. and if not, what should be used?
thanks,
djuka
Is it still safe to use tell target in flash mx. and if not, what should be used?
thanks,
djuka
I know that tell target is not used in MX,
I tried to do one of the Tutorials and I was told no…
But, sorry… I can’t recall what is to be used instead…
ok thanks anyways. i looked around and found some useful stuff.
it is still safe to use tell target… but it´s probaly better for you to use the new syntax
old syntax:
tellTarget("ball") {
gotoAndPlay(2);
}
new syntax:
_root.ball.gotoAndPlay(2);
that works this way: ** path.action**
:: Copyright KIRUPA 2024 //--