ภาษาไทย
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--把如下代码加入到<body>区域中--> <DIV ID=controlDiv> <OBJECT ID="DAControl" STYLE="position:absolute; left:20%; top:0;width:500;height:500" CLASSID="CLSID:B6FFC24C-7E13-11D0-9B47- 00C04FC2F51D"> </OBJECT> </DIV> <SCRIPT LANGUAGE="JScript"> <!-- m = DAControl.MeterLibrary; numGeos = 5; ความเร็ว = m.Div(m.LocalTime, m.DANumber(2.5)); สี = m.Abs(m.Sin(m.Div(ความเร็ว,m.DANumber(2)))); offX = m.Mul(m.DANumber(.04),m.Sin(ความเร็ว)); offY = m.Mul(m.DANumber(.04),m.Sin(ความเร็ว)); rotX = m.Mul (ความเร็ว, m.DANumber (2)); rotY = m.Mul (ความเร็ว, m.DANumber (2)); rotZ = m.Mul (ความเร็ว, m.DANumber (2)); lrotX = m.Mul(m.DANumber(.02),ความเร็ว); lrotY = m.Mul(m.DANumber(.02),ความเร็ว); lrotZ = m.Mul(m.DANumber(.02),ความเร็ว); ขนาด = m.DANumber (1); //颜色变化 half = m.DANumber(0.5); clr = m.colorHslAnim(ฮิว, ครึ่ง, ครึ่ง); xfID = m.IdentityTransform2; xfsc = m.Scale2UniformAnim (มาตราส่วน); xflr = m.Compose3(m.Compose3(m.Rotate3Anim(m.xVector3,lrotX), m.Rotate3Anim(m.yVector3,lrotY) ), m.Rotate3Anim(m.zVector3,lrotZ) ).ParallelTransform2(); xflt = m.Translate2Anim (offX, offY); xfwt = m.Compose3(m.Compose3(m.Rotate3Anim(m.xVector3,rotX), m.Rotate3Anim(m.yVector3,rotY) ), m.Rotate3Anim(m.zVector3,rotZ) ).ParallelTransform2(); xf = m.Compose2(xfwt, m.Compose2(xflt, m.Compose2( xflr, xfsc ) ) ); ตรง = m.RectAnim(m.DANumber(.015),m.DANumber(.015)); recImg = m.SolidColorImage(clr).Clip(m.FillMatte(rect)); FinalImg = m.EmptyImage; สำหรับ (i=0; i<numGeos; i++) { รอ = xfID.Duration(i*.3); newImg = recImg.Transform(m.Sequence(รอ,xf)); FinalImg = m.โอเวอร์เลย์ (newImg,finalImg); } // เริ่มต้น DAControl.Image = FinalImg; DAControl.เริ่ม(); --> </สคริปต์>