I'm using mtasc and have the following method: public function addStyleElement(obj:Object):Void { var s = obj.styleObj; } mtasc says: "... : type error Object have no field styleObj" Is that expected behavior? Jim Kremens