爱易网
IT新闻
IT新闻
爱易资讯
网站搭建
云虚拟主机教程
云服务器教程
Apache教程
IIS教程
Nginx教程
网站策划
站长文章
推广教程
淘宝客教程
网页设计
HTML教程
XHTML教程
CSS教程
HTML5教程
CSS3教程
JavaSript基础
JQuery教程
Node.js教程
前端技术
Ajax教程
Js特效
Xml教程
平面设计
页面UI设计
photoshop教程
程序开发
AI人工智能
Asp教程
Php教程
Asp.Net教程
Net Core教程
C#教程
Java教程
Jsp教程
开发技术
微信小程序教程
Uniapp开发教程
微信公众号开发
Andriod教程
IOS教程
DOS教程
Python教程
Docker教程
Windows Container教程
数据库
MSSQL教程
MySQL教程
Redis教程
Access教程
Oracle教程
数据库教程
操作系统
Linux教程
Windows教程
MAC教程
Cisco教程
交换机教程
防火墙教程
搜索
爱易网页
JS特效
撞壁变色的弹球
撞壁变色的弹球
日期:2014-05-18 浏览次数:20162 次
欢迎光临爱易网网页脚本特效中心,点击运行按钮演示特效:
以下是程序代码
脚本说明: 第一步:把如下代码加入<body>区域中 <SCRIPT> var x,y var marginbottom var marginleft=0 var margintop=0 var marginright // 速度,越小越快 var tempo=60 // 单位时间内水平移动的距离 var stepx=20 // 单位时间内上下移动的距离 var stepy=20 var timer // 图象的路径 img0 = new Image(); img0.src = "http://www.aiyiweb.com/images/link.gif"; img1 = new Image(); img1.src = "http://www.aiyiweb.com/images/link.gif"; img2 = new Image(); img2.src = "http://www.aiyiweb.com/images/link.gif"; img3 = new Image(); img3.src = "http://www.aiyiweb.com/images/link.gif"; // 延迟两秒开始运动 function setValues() { var firsttimer= setTimeout("setValues2()",100)} 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://www.aiyiweb.com/images/link.gif"} if (stepx >= 0 && stepy <=0) {ballimage.src="http://www.aiyiweb.com/images/link.gif"} if (stepx <= 0 && stepy >=0) {ballimage.src="http://www.aiyiweb.com/images/link.gif"} if (stepx >= 0 && stepy >=0) {ballimage.src="http://www.aiyiweb.com/images/link.gif"} } if (document.layers) { if (stepx <= 0 && stepy <=0) {document.ball.document.ballimage.src="http://www.aiyiweb.com/images/link.gif"} if (stepx >= 0 && stepy <=0) {document.ball.document.ballimage.src="http://www.aiyiweb.com/images/link.gif"} if (stepx <= 0 && stepy >=0) {document.ball.document.ballimage.src="http://www.aiyiweb.com/images/link.gif"} if (stepx >= 0 && stepy >=0) {document.ball.document.ballimage.src="http://www.aiyiweb.com/images/link.gif"}}} </SCRIPT> <DIV id=ball style="POSITION: absolute; TOP: -50px"><img border=0 name=ballimage src="http://www.aiyiweb.com/images/link.gif" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/></DIV> 第二步:把<body>中的内容改为: <body onload=setValues()> <a href="http://www.aiyiweb.com/js/">欢迎访问爱易网JS特效</a>
上一篇:狡猾的按钮特效
下一篇:21点(黑杰克)
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
MIUI,有了它小米就无惧对手
戴尔新CEO名单曝光:惠普甲骨文高管在列
解析2014年阿里百度等五大互联网巨头深度布局
微信企业号必须搬走四座大山,否则只能铩羽而归!
中国手游总裁及8名高管集体下岗,被指涉不当交易
中移动本月推手机钱包 iPhone遭边缘化
想玩P2P?几个您必须知道的潜规则
迪信通神秘免费服务揭谜底:充电宝免费带回家
中兴通讯不打机海战术 将向中高端手机转型
推荐阅读
更多>
巨人网络回应央视 否认应用黑客停止诈骗
联想架构调整后:Think品牌或推智能手机
英特尔技术高管离任 电视业务或受影响
传360周鸿祎曾试图阻止百度收购91无线
任正非:喜马拉雅山的水为什么不能流入亚马逊河?
打车App就是下一个团购骗局!?
十亿美元的告别礼:三星为何要大举重组?
电信设备商淘金中国4G:华为中兴领衔
微软史上最大规模裁员,一半诺基亚员工
《归来》遭视频网盗播 乐视网状告小米盒子侵权
中国移动承诺再降4G资费 网络漫游至50个国家
传4G牌照国庆节前后发放 TD-LTE制式优先
美国电影协会在华起诉迅雷侵权 要求赔偿并道歉
戴尔正告继续上市存风险 称黑石伊坎方案有缺乏
工商总局开查电商“七日退货”
网络音乐非片面收费 高晓松时间表难完成
打车软件火了 恶性循环来了
“组合拳”怎么打 拆解小米新玩法
原万网CTO周雷加盟亿玛 出任CTO一职
568倍PE,“长跑者”亚马逊的高估值之谜