1617
127
            var bmp:Bitmap;
127
            var bmp:Bitmap;
128
            if(loader.getBitmapData(_id)) {
128
            if(loader.getBitmapData(_id)) {
129
                bmp = new Bitmap(loader.getBitmapData(_id).clone());
129
                bmp = new Bitmap(loader.getBitmapData(_id).clone());
 
 
130
                bmp.smoothing = true;
130
            } else {
131
            } else {
131
                throw new Error("RETURN_BITMAP ERROR\nBitmap : " + _id + " not found\n-------------\nDetails:");
132
                throw new Error("RETURN_BITMAP ERROR\nBitmap : " + _id + " not found\n-------------\nDetails:");
132
            }
133
            }