treat glyphs with alpha=0 differently than normal glyphs (remove outlines)
[swftools.git] / lib / as3 / ok / nopackage2.as
1 import flash.system.Capabilities
2
3 trace("ok 1/3");
4 if(Capabilities.os is String) {
5     trace("ok 2/3");
6 }
7 function f()
8 {
9     trace("ok 3/3");
10 }
11 f()
12 trace("[exit]");