treat glyphs with alpha=0 differently than normal glyphs (remove outlines)
[swftools.git] / lib / as3 / ok / finally.as
index d45d49c..f614c2b 100644 (file)
@@ -54,7 +54,7 @@ package {
             } catch(e:Error) {
                 x=1;
             } finally {
-                x*=2;
+                x++;
             }
             if(x==2)
                 trace("ok 6/9");
@@ -91,6 +91,7 @@ package {
             test_exception();
             test_exception2();
             test_exception3();
+            trace("[exit]");
         }
     }
 }