addEventListener(Event.ENTER_FRAME, onframe); // Asciify class is modified so _bd is public // this works with _bd created in constructor // if _bd is reinitialized in render thumb is unable to update // var thumb:Bitmap = new Bitmap(asciifyInstance._bd); addChild(thumb); thumb.width=150; thumb.scaleY = thumb.scaleX;