/ Published in: ActionScript 3
URL: http://mattmaxwellas3.blogspot.com/2008/12/as3-smooth-loaded-bitmaps.html
Smooth your bitmaps once you load them in.
Place the below code in your loaders complete function.
Expand |
Embed | Plain Text
var loadedBitmap = Bitmap (yourLoader.content); loadedBitmap.smoothing = true;
You need to login to post a comment.
