Hi Henry, What is the "new" way to handle setters in swf9? The solution you're using in LaszloView looks like, static var setters = new LzInheritedHash(LFCNode.setters); ... LFCView.setters.clip = -1; Should I use this same approach with the files I'm porting? Thanks! Phil