[AS]
movieA.clip.txt.setTextFormat (tf);
[/AS]
Is movieA the global variable movieA ? If so, change movieA to _global.movieA.
I’m not sure the _global will work; if it doesn’t, replace _global with _root.
[AS]
movieA.clip.txt.setTextFormat (tf);
[/AS]
Is movieA the global variable movieA ? If so, change movieA to _global.movieA.
I’m not sure the _global will work; if it doesn’t, replace _global with _root.
:: Copyright KIRUPA 2024 //--