Is there a way… say, I have two swfs on two different levels. Can I make level1 tellTarget level0 to gotoAndPlay(2) or something like that?
If not, is there any way possible?
Is there a way… say, I have two swfs on two different levels. Can I make level1 tellTarget level0 to gotoAndPlay(2) or something like that?
If not, is there any way possible?
Yes you can…
_level0.gotoAndPlay(2)
_level2.gotoAndPlay(2)
etc, etc.
Ah! Thanks alot ^^
No problem
:: Copyright KIRUPA 2024 //--