This content has been marked as final.
Show 5 replies
-
1. Re: checkbox and movieclip height issue
moccamaximum Feb 6, 2014 5:48 AM (in response to sivacse24rep)check the scaleY property of mc
trace(mc.scaleY);
-
2. Re: checkbox and movieclip height issue
sivacse24rep Feb 6, 2014 6:25 AM (in response to moccamaximum)Yes i checked it..
trace(cb.height,mc.scaleX,mc.scaleY) // output 22 1 1 trace(mc.height,mc.scaleX,mc.scaleY) // ouput 100 1 1
seems issue not deal with the scaleX,scaleY.becase when i other movieclips the height is perfect. issue is adding check box component
-
3. Re: checkbox and movieclip height issue
moccamaximum Feb 6, 2014 6:31 AM (in response to sivacse24rep)i tried to reproduce whatyou are experiencing, but had no luck. (Win7x64 FlashCC)
The chckbox inside the movieclip does not alter its height at all.
-
4. Re: checkbox and movieclip height issue
sivacse24rep Feb 6, 2014 6:46 AM (in response to moccamaximum)oh..thats cool...and thanks for the try.
I dont have higher version.I am using flash cs 5.5 win7X32
-
5. Re: checkbox and movieclip height issue
sivacse24rep Mar 20, 2014 6:02 AM (in response to sivacse24rep)Hey it seems i found why the issue happen...Flash component need few milliseconds to update the parent movieclip.
"Event.RENDER" help here to slove the issue


