|
|
| 舞台光柱照射效果 |
| 整理:Cnwshow.Com 来源:Internet 整理时间:2008-4-25 |
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>舞台光柱照射效果</title>
<script language="VBScript">
Option Explicit
sub window_OnLoad()
call butong_net.filters.light(0).addambient(0,0,255,30)
call butong_net.filters.light(0).addcone(400,400,200,100,100,200,204,200,80,10)
end sub
sub document_onMouseMove()
call butong_net.filters.light(0).MoveLight(1,window.event.x,window.event.y,0,1)
end sub
</script>
</head>
<body bgcolor="#000000" id="butong_net" style="position: relative; left: 0px; color: White; filter: light">
<p> </p>
<p align="center">网页内容</p>
<p align="center"> </p>
<p align="center">移动鼠标看效果</p>
<p align="center"> </p>
<p align="center"> </p>
</body>
</html>
|
|
|
|
|
|