Question
_width and _height differences
I create a filled square with a one pixel line around it. I
make the width and height 100 pixels. I create a symbol out of this
and then run the debugger. While the flash environment says the
square is 100x100, the _width and _height properties equal 101 and
101.
If I do the same as above but make the line width 5 pixels, then _width and _height report 105 and 105, but the flash environment still reports 100x100.
If I create a filled square with no outline, then W and H in the flash environment agree with the _width and _height properties in actionscript.
Can someone explain why there is this difference between when the flash environment reports and what actionscript properties report when I have an outline around a symbol?
Thanks!
[Tim]
If I do the same as above but make the line width 5 pixels, then _width and _height report 105 and 105, but the flash environment still reports 100x100.
If I create a filled square with no outline, then W and H in the flash environment agree with the _width and _height properties in actionscript.
Can someone explain why there is this difference between when the flash environment reports and what actionscript properties report when I have an outline around a symbol?
Thanks!
[Tim]