fixed a security bug in logging, added basic xml support to as3 compiler
[swftools.git] / lib / as3 / ok / namespaces2.as
index 6354a65..6a065bd 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 {