Radar scanning effect

Source: Internet
Author: User
Tags radar
Tip: you can modify some code before running

<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>Radar scanning effect</title></head><body bgcolor="#000000"> <p align="center"> <body onload="go()" bgcolor="#000000"><script> var Light_X=20 var Light_Y=20 var Light_Z=40 var xInc=10; var yInc=10; var r=125; var deg=0; var deg1; var rad; var conversion=(2*3.1415926)/360 function movefilt() {<!-- 本页特效使用《有声有色 7.0》编辑制作!--><!-- 软件下载地:酷博软件网--><!-- 网址:http://www.coolboo.com--><!-- 软件作者:朱 江(Richie)--><!-- Email:richie@coolboo.com--> Light_X=r+r*Math.cos(deg*conversion); Light_Y=r+r*Math.sin(deg*conversion); deg+=10; if(deg==360) deg=0; Body1.filters[0].moveLight(0,Light_X,Light_Y,Light_Z,1); mytimeout=setTimeout('movefilt()',100); } function go(){ Body1.filters.light.addCone(125,125,0,Light_X,Light_Y,0,255,0,150,20); Body1.filters.light.addAmbient(0,255,0,30) var x=0; movefilt(); }</script></p></body></html>
Tip: you can modify some code before running

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.