当前位置:百问九>百科知识>制作QQ空间鼠标跟随

制作QQ空间鼠标跟随

2023-06-16 12:07:19 编辑:zane 浏览量:631

制作QQ空间鼠标跟随

是一种FLASH效果 可以自己设定的 把鼠标变成字体或是其他什么 你移动到哪里字体也会到哪里象鼠标踪迹那样 你说的是这个么黄钻的用户是在空间商城买的非黄钻用户是在空间添加FLASH模块的你可以在网上搜一些这种模块的代码下面是网上找到的 你可以看看 首先下载FLASH8软件。进入软件后直接新建文信模件---调整你想要的大小----然后按F9打开动作面板。输入下面的代码。把代码中的中文(韬董教程)改为你想要的文字(这里的文字就滑洞缓是鼠标跟随文字)---最后导出动画-----上传就可以了。代码是:颤隐function CR(obj, item) { } // End of the function aiyi_text = "韬董教程"; aiyi_len = aiyi_text.length; for (n = 0; n < aiyi_len; n++) { _root.createEmptyMovieClip("aiyiT" + n, n); t = aiyi_text.substr(n, 1); with (_root["aiyiT" + n]) { createTextField("aiyi_t",2,0,0,20,20); aiyi_t.text = t; } // End of with } // end of for startDrag (aiyiT0, true); _root.onLoad = function () { speed = 3; }; _root.onEnterFrame = function () { for (aiyi = 1; aiyi <= _root.aiyi_len; aiyi++) { _root["aiyiT" + aiyi]._x = _root["aiyiT" + aiyi]._x + (5 + (_root["aiyiT" + (aiyi - 1)]._x - _root["aiyiT" + aiyi]._x) / speed); _root["aiyiT" + aiyi]._y = _root["aiyiT" + aiyi]._y + (_root["aiyiT" + (aiyi - 1)]._y - _root["aiyiT" + aiyi]._y) / speed; } // end of for };

版权声明:文章由 百问九 整理收集,来源于互联网或者用户投稿,如有侵权,请联系我们,我们会立即处理。如转载请保留本文链接:https://www.baiwen9.com/article/231277.html
热门文章
二维码