> Not sure, but there might be something in the super syntax (eg, "super.x > = 10") that > would do this. Hasn't been spec'd yet. Not sure what AS3 does. > In AS3 it's like this: override function set bar (value) { super.bar = value; } Peter