Answered
movie clip width
how can i know the width of the movie clip?
i tried this.box.width
but it is not work.
how can i know the width of the movie clip?
i tried this.box.width
but it is not work.
Hi.
If width didn't work, I assume you're working on an HTML5 Canvas document.
If so, try one of the following:
this.yourMC.nominalBounds.width;
this.yourMC.getBounds().width;
I hope it helps.
Regards,
JC
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.