|
首页 | 名片设计 CorelDRAW Illustrator AuotoCAD Painter 其他软件 Photoshop Fireworks Flash |
|
效果:
代码如下:
var totalPhotoBL:Number = 7;
//图片总张数; var angleBL:Number = 2*Math.PI/(totalPhotoBL-1); //角度值,用于平均分配所有图在360度里; var scaleBL:Number = 30; //缩放比例值; var speedBL:Number = Math.PI/180; // 声明一个速度值; for (var i = 0; i<totalPhotoBL; i++) { duplicateMovieClip(photoMC, "newMC"+i, i); this["newMC"+i].gotoAndStop(i+1); this["newMC"+i].angleBL = i*angleBL; this["newMC"+i].onEnterFrame = function() { this.angleBL -= speedBL; this.c = 2-Math.abs(Math.cos(this.angleBL/2+90*speedBL)) this._y = 90; this._alpha=90*this.c*this.c this._x = Math.sin(this.angleBL)*250+275; this._xscale = Math.cos(this.angleBL)*20*this.c; this._yscale = 15*this.c; this.depth = Math.round(this.c*100); this.swapDepths(this.depth); }; } 返回类别: Flash教程 上一教程: Flash制作烟花效果动画 下一教程: Flash MX 2004实例制作视频教程:五彩苹果 您可以阅读与"Flash制作环绕的立体图片效果动画"相关的教程: · Flash制作切片式图片效果动画 · Flash制作飘落蒲公英效果动画 · 出色Flash制作风吹草动效果动画 · Flash制作漫天五彩星效果动画 · 水滴效果动画,Flash制作中的AS问题 |
快精灵印艺坊 版权所有 | 首页会员中心在线印刷在线编辑付款方式索取样品设计指南连锁门店 |