geeze, been at it for 2 hours now. I have a movie clip on the time line with an instance name of clients. how do I target it?
I’ve tried a bunch of things but here is the latest:
MovieClip(root).getChildByName('clients').alpha = 1;
this results in no errors but no changes in the alpha property.
Thanks for any help