毕业论文 论文提纲 论文写作 公文范例 教育论文 教育学论文 师范教育 学术论文     论文指导*
                     
 
   
   
   
   
           
 

当前位置:课件115学培吧(kj115.com)→flash网侠教程(助你成为顶尖课件高手)→系列文章

 
 
标题:Flash AS打造超强粒子视觉冲击特效
 
展示台

文章来源 作者:admin 密码:admin 整理:湖北金鹰

◇网侠教程栏目简介
    提供FLASH侠客教程和网页制作侠客教程,高手进阶教程。
    浏览过这些资源的还浏览过经典教程图文教程游戏开发教程等相关资源。

---------------

湖北金鹰课件吧

论文相关服务
 

 

#initclip 1
function PoolClass()
{
this.stick = {x: 300, y: 169};
this.onEnterFrame = this.dragStick;
} // End of the function
PoolClass.prototype = new MovieClip();
PoolClass.prototype.dragStick = function ()
{
if (this.stick.x < 0)
{
this.stick.vx = this.stick.vx + 4 * Math.random();
}
else if (this.stick.x > 600)
{
this.stick.vx = this.stick.vx - 4 * Math.random();
}
else
{
this.stick.vx = this.stick.vx + (Math.random() - Math.random()) * 4;
} // end else if
if (this.stick.y < 0)
{
this.stick.vy = this.stick.vy + 4 * Math.random();
}
else if (this.stick.y > 337)
{
this.stick.vy = this.stick.vy - 4 * Math.random();
}
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;
neo.dy = dy;
neo.body._xscale = ds;
neo.body._yscale = ds;
};
Object.registerClass("pool", PoolClass);
#endinitclip

 

 
课件115学培吧(湖北金鹰)欢迎您!永久免费服务网址:http://www.kj115.com
   
 

学员众多的FLASH课件学习基地,成万免费FLASH课件制作教程在线学习,还有免费内容课件教程、视频教程、课件技巧、课件探讨、课件欣赏、课件展示、实用教程、课件界面、课件脚本、课件游戏、课件下载、课件封面、课文内容图片、课文人物图片库、课件素材、图片素材、声音素材、动物素材、背景图片、背景资料、背景边框、课件顶栏图片素材、Dreamweaver教程、Dreamweaver网页课件教程、软件下载。承接学习和培训,承接课件订制,课件修改等所有课件相关服务。
本站主要业务:┃flash课件制作视频教程培训┃承接全国竞赛flash课件┃论文代写代发┃代办课件国家级获奖证书┃
联系:QQ:444860709 手机:13339817386


 
 

业务办理
鄂ICP备08005724号