Flash AS2实例 跳动的小球动画效果
平面设计 2021-07-03 14:34www.168986.cn平面设计培训
效果显示
详细代码
//AS2.0 QQ:31559783 2009.11.28
MovieClip.prototype.zl = function() {
this.vg = 0.7;
this.vy = 0;
this.vx = 0;
this.an = true;
this.onEnterFrame = function() {
this.vy += this.vg;
this._y += this.vy;
this._x += this.vx;
if (this._x>550) {
this._x = 0;
}
if (this._x<0) {
this._x = 550;
}
if (this._y>300) {
this._y = 300;
this.vy = -0.5;
this.vx = 0.9;
}
if (this._y == 300 && this.an == true) {
ss(this._x, this._y);
}
if (this._y == 300 && Math.abs(this.vy) >> 0 == 0) {
this.an = false;
}
};
this.tt = function() {
this.vg = 0.7;
this.vy = 0;
this.vx -= (this._x-_root._xmouse)/30;
this.dy = this._y-_root._ymouse;
this.vy -= this.dy/10;
};
};
function ss(X, Y) {
var sj = (Math.random()10+20) >> 0;
for (var i = 0; i<sj; i++) {
var mc = this.createEmptyMovieClip("huaxian_mc", this.getNextHighestDepth());
mc._x = X;
mc._y = Y;
mc.lineStyle(Math.random()3, 0, 100);
mc.moveTo(0, 0);
mc.lineTo(1, 0);
mc.vx = random(20)-10;
mc.vy = random(20)-10;
mc.onEnterFrame = function() {
this._x += this.vx;
this._y += this.vy;
this.vy += 0.8;
this._alpha -= 2;
if (this._alpha<1 || this._y>=300) {
this.removeMovieClip();
}
};
}
}
mc.zl();
mc1.zl();
this.onMouseDown = function() {
if (mc.an == false) {
ss(mc._x, mc._y);
mc.an = true;
mc.tt();
}
};
this.onEnterFrame = function() {
if (random(50) == 0) {
if (mc1.an == false) {
ss(mc1._x, mc1._y);
mc1.an = true;
mc1.tt();
}
}
};
flv文件下载
详细代码
复制代码
代码如下://AS2.0 QQ:31559783 2009.11.28
MovieClip.prototype.zl = function() {
this.vg = 0.7;
this.vy = 0;
this.vx = 0;
this.an = true;
this.onEnterFrame = function() {
this.vy += this.vg;
this._y += this.vy;
this._x += this.vx;
if (this._x>550) {
this._x = 0;
}
if (this._x<0) {
this._x = 550;
}
if (this._y>300) {
this._y = 300;
this.vy = -0.5;
this.vx = 0.9;
}
if (this._y == 300 && this.an == true) {
ss(this._x, this._y);
}
if (this._y == 300 && Math.abs(this.vy) >> 0 == 0) {
this.an = false;
}
};
this.tt = function() {
this.vg = 0.7;
this.vy = 0;
this.vx -= (this._x-_root._xmouse)/30;
this.dy = this._y-_root._ymouse;
this.vy -= this.dy/10;
};
};
function ss(X, Y) {
var sj = (Math.random()10+20) >> 0;
for (var i = 0; i<sj; i++) {
var mc = this.createEmptyMovieClip("huaxian_mc", this.getNextHighestDepth());
mc._x = X;
mc._y = Y;
mc.lineStyle(Math.random()3, 0, 100);
mc.moveTo(0, 0);
mc.lineTo(1, 0);
mc.vx = random(20)-10;
mc.vy = random(20)-10;
mc.onEnterFrame = function() {
this._x += this.vx;
this._y += this.vy;
this.vy += 0.8;
this._alpha -= 2;
if (this._alpha<1 || this._y>=300) {
this.removeMovieClip();
}
};
}
}
mc.zl();
mc1.zl();
this.onMouseDown = function() {
if (mc.an == false) {
ss(mc._x, mc._y);
mc.an = true;
mc.tt();
}
};
this.onEnterFrame = function() {
if (random(50) == 0) {
if (mc1.an == false) {
ss(mc1._x, mc1._y);
mc1.an = true;
mc1.tt();
}
}
};
flv文件下载
平面设计师
- 平面设计图怎么画 小学生画平面图
- 平面设计内容怎么写 平面设计的求职意向怎么写
- 平面设计图手绘 平面设计图手绘家具
- 平面设计多久能出师 平面设计要多久
- 女生做ui设计师有多累 女生为什么学ui的人很惨
- 哪里有学平面设计的学校 想学平面设计去哪里学
- 初学平面设计用哪个软件 平面设计初学者必备的
- 0基础学平面设计要多久 0基础自学平面设计
- 平面设计手绘培训 平面设计师培训班学费多少钱
- ui工作好找工作吗 ui好不好找工作
- 女生学室内设计吃香吗
- ps平面设计自学教程 平面设计ps入门教程
- 平面设计基础知识大全 平面设计基本常识
- 平面设计基础教学视频 平面设计教学零基础入门
- 平面设计基础教学 平面设计基础教学平时作业
- ui设计主要是学什么 ui设计一般是学什么