[ 来源:www.it55.com | 作者: | 时间:2007-07-12 | 收藏 | 推荐 ] 【大 中 小】
超强的粒子特效,效果非常好,在此和大家分享: IT资讯之家 www.it55.com
#initclip 1 www.it55.com在线教程 } else { this.stick.vy = this.stick.vy + (Math.random() - Math.random()) * 4; } // end else if this.stick.x = this.stick.x + this.stick.vx; this.stick.y = this.stick.y + this.stick.vy; this.stick.vx = this.stick.vx * 8.000000E-001; this.stick.vy = this.stick.vy * 8.000000E-001; this.createNode(random(600), random(337), this.stick.x, this.stick.y, 7 + random(13)); }; PoolClass.prototype.createRandomNode = function () { var x = random(600); var y = random(337); var dx = this._xmouse; var dy = this._ymouse; var ds = 10 + random(20); this.createNode(x, y, dx, dy, ds); }; PoolClass.prototype.createNode = function (x, y, dx, dy, ds) { var nombre = "nd" + String(this.depth++); var neo = this.attachMovie("node", nombre, this.depth); neo._x = x; neo._y = y; neo.dx = dx; 45398 www.it55.com it55学习IT知识,享受IT生活 4dfkjn neo.dy = dy; neo.body._xscale = ds; neo.body._yscale = ds; }; Object.registerClass("pool", PoolClass); #endinitclip sflj www.it55.com kg^&fgd |
下载源文件请点击 45398 www.it55.com it55学习IT知识,享受IT生活 4dfkjn
http://www.it55.com/
粒子特效相关文章: vd;k;l www.it55.com rdfg
After effects 6.5实例教程-粒子特效 3DS MAX4粒子特效--喷发的烟雾
sflj www.it55.com kg^&fgd
(阅读次数:)