详细内容
 
当前位置
Flash动画制作中的函数柔化的使用
作者:管理员    发布于:2012-04-27 00:05:39    文字:【】【】【

Flash动画制作中的函数柔化的使用

Flash动画制作代码如下:

MovieClip.prototype.smoothImageLoad = function(img)
var listener = new MovieClipLoader();
listener.onLoadComplete = function(mc:MovieClip)
mc.onEnterFrame = function()
bitmap = new flash.display.BitmapData(this._width, this._height);
bitmap.draw(this);
this.attachBitmap(bitmap, 1, "auto", true);
this.smoothImageLoadComplete();
}
};
listener.loadClip(img, this);
};
this.createEmptyMovieClip("mc", 0);
mc.smoothImageLoad("doggy.jpg");
mc._xscale = mc._yscale=400;? //把圖片放大4倍

脚注信息
版权所有 Copyright(C)2008-2015 龙腾动画(北京龙腾创星科技有限公司) 京ICP备16063988号-3       本站关键词:flash动画制作 

 
QQ在线咨询
咨询热线
010-57477990
7*24咨询热线
13701141129