网页图标显示效果问题,高分求解决方法

来源:百度知道 编辑:UC知道 时间:2024/04/26 23:45:21
这是一段网页特效代码,但需要点鼠标才能显示下一个效果,如何能让系统在完了上一个特效后接着播放下一个特效?
<SCRIPT>
<!--
transeffect = 0;
theeffects = new Array(24);
theeffects[0] = "盒状收缩";
theeffects[1] = "盒状向外";
theeffects[2] = "圆形收缩";
theeffects[3] = "圆形向内";
theeffects[4] = "从下向上";
theeffects[5] = "从上向下";
theeffects[6] = "从左向右";
theeffects[7] = "从右向左";
theeffects[8] = "百页窗形向右";
theeffects[9] = "百页窗形向下";
theeffects[10] = "棋盘形交叉向右";
theeffects[11] = "棋盘形交叉向下";
theeffects[12] = "随意溶解形";
theeffects[13] = "左右向内";
theeffects[14] = "左右向外";
theeffects[15] = "上下向内";
theeffects[16] = "上下向外";
theeffects[17] = "条纹状向左下";
theeffects[18] = "条纹状向左上";
theeffects[19] = "条纹状向右下";
theeffects[20] = "条纹状向右上";
theef

current_image = "image1";
function Clicked() {
var the_image, the_other;

改成

current_image = "image1";
function move() {
var the_image, the_other;

你试一下,关键就在这里.自动跳转的命令我没有想起来,再给你查一下吧
消息里通知你!(可能是 run() 或者是 auto())