您的位置:首页>聚焦>创投 >内容

html跟随鼠标特效(FLASH鼠标文字跟随代码)

2022-07-31 08:02:04来源:
导读想必现在有很多小伙伴对于FLASH鼠标文字跟随代码方面的知识都比较想要了解,那么今天小好小编就为大家收集了一些关于FLASH鼠标文字跟随代

想必现在有很多小伙伴对于FLASH鼠标文字跟随代码方面的知识都比较想要了解,那么今天小好小编就为大家收集了一些关于FLASH鼠标文字跟随代码方面的知识分享给大家,希望大家会喜欢哦。

// [Action in Frame 1]

function zx() {

for (var _loc2 = 1; _loc2<=a; ++_loc2) {

版权研归芝学士回答明网站或原作者听团所有

_root["mc"+_loc2]._x = _root["mc"+_loc2]._x+(_root["mc"+_loc2+"vx"]=(_root["mc"+_loc2+"vx"]+(_root["mc"+(_loc2-1)]._x+24-_root["mc"+_loc2]._x)*1.200000E+000)/2.500000E+000);

_root["mc"+_loc2]._y = _root["mc"+_loc2]._y+(_root["mc"+_loc2+"vy"]=(_root["mc"+_loc2+"vy"]+(_root["mc"+(_loc2-1)]._y-_root["mc"+_loc2]._y)*1.200000E+000)/2.500000E+000);

可而民化好天数立特西回己马。

}

// end of for

}

// End of the function

aaa_text ="Taylor,I will love you Forever and Always";

a = aaa_text.length;

for (n=0; n

地自使然表数命提据百教真,万目积马群石越半。

_root.createEmptyMovieClip("mc"+n, n);

t = aaa_text.substr(n, 1);

with (_root["mc"+n]) {

createTextField("aaa_t", 2, 0, 0, 40, 40);

aaa_t.text = t;

aaa_t.selectable = false;

var my_fmt = new TextFormat();

my_fmt.color = 711680;

my_fmt.size = 20;

my_fmt.bold = true;

aaa_t.setTextFormat(my_fmt);

}

// End of with

}

// end of for

var i = 1;

while (i<=a) {

_root["mc"+i+"vx"] = 0;

_root["mc"+i+"vy"] = 0;

++i;

}

// end while

startDrag(_root.mc0, true);

setInterval(zx, 80);

字太长了,已经超出屏幕了。简短才好看。

本文到此结束,希望对大家有所帮助。

免责声明:本文由用户上传,如有侵权请联系删除!

猜你喜欢

最新文章