[Flashcoders] ForceSmoothing a movie clip in ActionScript 2

2010-05-29 Thread Amol
Hi all, Is there any script for ForceSmoothing a movie clip in ActionScript 2 I am using given below script for smothing a movie clip but it is not working properly import flash.display.BitmapData; function smooth(bt_mc:MovieClip) { var bitmap:BitmapData =

Re: [Flashcoders] ForceSmoothing a movie clip in ActionScript 2

2010-05-29 Thread Hans Wichman
Hi, You might wanna try it without a recursive loop. bitmap is now attached to bt_mc, and then you are drawing bt_mc into bitmap... In addition although it's as2, it's only player 9 and up. On Sat, May 29, 2010 at 8:55 AM, Amol a...@yonearth.com wrote: Hi all, Is there any script

Re: [Flashcoders] ForceSmoothing a movie clip in ActionScript 2

2010-05-29 Thread Karl DeSaulniers
Hi I have used martijndevisser ImageLoader.as and it has smoothing and it works with FP 7 8. Google martijndevisser ImageLoader.as I believe there is even a AS3 version now. He has an interesting way about getting the image smoothed. The originally loaded image by the end is removed and a