最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
分享鼠标跟踪效果
时间:2022-07-02 17:06:40 编辑:袖梨 来源:一聚教程网
var g = 2, st = 0, i, clearPoint = 200;
var points = new Array();
function flower() {
for (i=0; i
points.push(new Array(obj, _xmouse, _ymouse, Math.floor(Math.random()*10-5), Math.floor(Math.random()*15-12), Math.floor(70+Math.random()*30)));
}
}
function onEnterFrame() {
trace(st+","+points.length);
for (i=st; i
if (tmp == null) {
if (i == st) {
st++;
}
continue;
}
if (tmp[5]<0) {
tmp[0].removeMovieClip();
points[i] = null;
} else {
tmp[0]._alpha = tmp[5];
tmp[0]._x = tmp[1];
tmp[0]._y = tmp[2];
tmp[1] += tmp[3];
tmp[2] += tmp[4];
tmp[4] += g;
tmp[5] -= 5;
}
}
if (st>clearPoint) {
points.splice(0, st);
st = 0;
}
}
var obj = new Object();
obj.onMouseMove = function() {
flower();
};
Mouse.addListener(obj);
相关文章
- 《无期迷途》九十九烙印搭配核心思路 06-15
- 《女神异闻录:夜幕魅影》双水鬼打法技巧有哪些 06-15
- 如何安全买卖RXS币?2025币安交易所安全指南 06-15
- 《潜水员戴夫》鱼叉有哪些推荐 06-15
- 比特币交易平台排名 那个平台炒币 06-15
- Trident Digital承诺投入5亿美元建立大规模企业XRP储备 06-15