treat glyphs with alpha=0 differently than normal glyphs (remove outlines)
[swftools.git] / lib / as3 / ok / forward2.as
index 8ea4683..5920a44 100644 (file)
@@ -30,8 +30,9 @@ package {
 
        public function test3()
        {
-           if(x instanceof Error) 
-               trace("ok 3/4")
+           if(x == null)
+               trace("ok 3/4");
+
            var x:Error;
            try {
                if(true) throw new Error();