as3compile: small bugfixes, added documentation
[swftools.git] / lib / as3 / ok / namespaces2.as
index 6354a65..bbb6e6d 100644 (file)
@@ -7,12 +7,7 @@ package {
        
        dynamic public class OverrideProxy extends Proxy {
             flash_proxy override function callProperty($name:*, ...$args:Array):* {
-                    var returnValue:* = _tweens[$name].apply(null, $args);
-                    realign();
-                    if (!isNaN(_pauseTime)) {
-                            pause(); //in case any tweens were added that weren't paused!
-                    }
-                    return returnValue;
+                    return none;
             }
         }
        dynamic public class Main extends flash.display.MovieClip {
@@ -28,6 +23,7 @@ package {
             {
                 this.tf(1);
                 tf(2);
+                var ns:Namespace = flash_proxy;
                 trace("[exit]");
             }