English
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!-- The complete HTML code is as follows --> <head> <title>Website Building Academy-Special Effects Code->>Stage Light Pillar Effect</title> </head> <body bgcolor="Black"> <div id="myLightObject" style="position: relative; height: 400px; width: 400px; top: 10px; left: 0px; color: White; filter: light"> <p align="center"> When are the spring flowers and autumn moon, how much do we know about the past</p> <p align="center"> <br > The east wind blew again in the small building last night</p> <p align="center"> <br> The motherland cannot bear to look back in the bright moon. </p> <p align="center"> <br> The carved railings and jade bricks should still be there, but the beauty has changed. </p> <p align="center"> How much sorrow can you have, </p> <p align="center"> <br> Just like a river of spring water flowing eastward. <br> </p> </div> <script language="VBScript"> Option Explicit sub window_OnLoad() call myLightObject.filters.light(0).addambient(0,0,255,30) call myLightObject.filters.light( 0).addcone(400,400,200,100,100,200,204,200,80,10) end sub sub document_onMouseMove() call myLightObject.filters.light(0).MoveLight(1,window.event.x,window.event.y,0,1) end sub < /script> </body> </html>