·用户注册
·用户登陆
·用户中心
首页
+
网络学院
+
网页特效
+
实用工具
+
网络资源
+
字体下载
+
娱乐世界
+
时尚前沿
+
图片中心
+
动漫天地
+
金石社区
图形
-
网页设计
-
优化
-
动易
-
动网
-
HTML
-
PSD
-
FLASH模板
-
插件
-
杀毒
-
系统工具
-
FLASH音乐
-
FLASH游戏
-
美女
您现在的位置:
金石网
>>
网页特效
>>
游戏相关
>> 特效正文
撞壁的弹球(飞飞鱼)
『 更新时间:2006-4-1 』『 字体:
变小
变大
』『 作者:未知 | 来源:网络 』
把如下代码加入<body>区域中: <HTML><HEAD><TITLE>撞壁的弹球</TITLE> <META content="text/html; charset=gb2312" http-equiv=Content-Type> <SCRIPT> <!-- var x,y var marginbottom var marginleft=0 var margintop=0 var marginright // 速度,越小越快 var tempo=200 // 单位时间内水平移动的距离 var stepx=20 // 单位时间内上下移动的距离 var stepy=20 var timer // 图象的路径 img0 = new Image(); img0.src = "http://51js.1000box.net/pics/face/24.gif"; img1 = new Image(); img1.src = "http://51js.1000box.net/pics/face/24.gif"; img2 = new Image(); img2.src = "http://51js.1000box.net/pics/face/24.gif"; img3 = new Image(); img3.src = "http://51js.1000box.net/pics/face/24.gif"; // 延迟两秒开始运动 function setValues() { var firsttimer= setTimeout("setValues2()",2000) } function setValues2() { if (document.all) { marginbottom = document.body.clientHeight-50 marginright = document.body.clientWidth-50 document.all.ball.style.posLeft=randommaker(marginright-30)+30 document.all.ball.style.posTop=10 moveball() } if (document.layers) { marginbottom = window.innerHeight-10 marginright = window.innerWidth-10 document.ball.left=randommaker(marginright-30)+30 document.ball.top=10 moveball() } } function randommaker(range) { rand=Math.floor(range*Math.random()) return rand } function moveball() { checkposition() chooseimage() if (document.all) { document.all.ball.style.posLeft+=stepx document.all.ball.style.posTop+=stepy timer=setTimeout("moveball()",tempo) } if (document.layers) { document.ball.left+=stepx document.ball.top+=stepy timer=setTimeout("moveball()",tempo) } } function checkposition() { if (document.all) { if (document.all.ball.style.posLeft>=marginright) { stepx=stepx*-1 document.all.ball.style.posLeft-=10 } if (document.all.ball.style.posLeft<=marginleft) { stepx=stepx*-1 document.all.ball.style.posLeft+=10 } if (document.all.ball.style.posTop>=marginbottom) { stepy=stepy*-1 document.all.ball.style.posTop-=10 } if (document.all.ball.style.posTop<=margintop) { stepy=stepy*-1 document.all.ball.style.posTop+=10 } } if (document.layers) { if (document.ball.left>=marginright) { stepx=stepx*-1 document.ball.left-=10 } if (document.ball.left<=marginleft) { stepx=stepx*-1 document.ball.left+=10 } if (document.ball.top>=marginbottom) { stepy=stepy*-1 document.ball.top-=10 } if (document.ball.top<=margintop) { stepy=stepy*-1 document.ball.top+=10 } } } function chooseimage() { if (document.all) { if (stepx <= 0 && stepy <=0) {ballimage.src="http://51js.1000box.net/pics/face/24.gif"} if (stepx >= 0 && stepy <=0) {ballimage.src="http://51js.1000box.net/pics/face/24.gif"} if (stepx <= 0 && stepy >=0) {ballimage.src="http://51js.1000box.net/pics/face/24.gif"} if (stepx >= 0 && stepy >=0) {ballimage.src="http://51js.1000box.net/pics/face/24.gif"} } if (document.layers) { if (stepx <= 0 && stepy <=0) {document.ball.document.ballimage.src="http://51js.1000box.net/pics/face/24.gif"} if (stepx >= 0 && stepy <=0) {document.ball.document.ballimage.src="http://51js.1000box.net/pics/face/24.gif"} if (stepx <= 0 && stepy >=0) {document.ball.document.ballimage.src="http://51js.1000box.net/pics/face/24.gif"} if (stepx >= 0 && stepy >=0) {document.ball.document.ballimage.src="http://51js.1000box.net/pics/face/24.gif"} } } // --> </SCRIPT> <META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD> <BODY bgColor=#ffffff onload=setValues()> <DIV id=ball style="POSITION: absolute; TOP: -50px"><IMG border=0 name=ballimage src="http://51js.1000box.net/pics/face/24.gif"></DIV></BODY></HTML>
【点击数:】【
发表评论
】【
加入收藏
】【
告诉好友
】【
打印此文
】【
关闭窗口
】
相
关文章
您的姓名:
评分等级:
1分
2分
3分
4分
5分
评论内容:
1、严禁发表危害国家安全、政治、黄色淫秽等内容的评论。
2、用户需对自己在使用金石网服务过程中的行为承担法律责任。
3、本站管理员有权保留或删除评论内容。
4、评论内容只代表网友个人观点,与本网站立场无关。
自动显示访问者IP地址代码
3721拦截不了的弹窗代码
强制设置为主页
主页被强制修改
贪吃蛇游戏
俄罗斯方块
看谁围的圈多
射击游戏:A就是大炮
十字定全局
爱情游戏测试
网
友评论
|
设为首页
|
加入收藏
|
联系我们
|
版权申明
|
友情链接
|
站点地图
|
网站帮助
|
网站留言
|
广告服务
|
Copyright © 2001-2008
K
ings
N
et.biz All Rights Reserved. 金石工作室 版权所有