The scale property
I was reading the below linked tutorial about targeting multiple screens for Adobe Air and noticed that the code contained the following line:
Supporting the multiple screen sizes of multiple devices in Adobe AIR | Adobe Developer Connection
base.scale = appScale;
The ".scale" part highlights in AS3, but it doesn't seem to affect anything onstage. I copied&pasted almost directly from the tutorial for a test run. Typically when I am scaling something, I use the ".scaleX" or ".scaleY". I have been googling for a few hours and haven't been able to find any documentation about ".scale", even though it clearly has to be an AS# supported property. What does it do, how is it different from scaleX/Y and why might it not be visibly doing anything in my application?
