浏览着网页不知道该干些什么,突然看到好看的flash动画,其实虽然自己编程序,可是真的觉得很羡慕那些美工同事,做的东东真的很漂亮。看着讲解做着做着,唉,跟人家的对不上了,呵呵,成了另一种效果。
学习地址:http://www.5uflash.com/flashjiaocheng/Flashdonghuatexiao/5065.html
as2.0转3.0 部分代码,感觉那不对似的,如果大家感兴趣帮我看看哪不对,我比较懒,哈哈
import flash.display.MovieClip; import flash.events.Event;mc.visible =false; var arr:Array=new Array(); for (var i=1; i<60; i++) { arr[i]=new MC();this.addChild(arr[i]);arr[i].rotation +=10;arr[i].x = i*6+120; arr[i].y=stage.stageHeight/2; arr[i].addEventListener(Event.ENTER_FRAME,test); function test(e:Event):void{e.target.transform.colorTransform=new ColorTransform(1,1,1,1,Math.random()*510-255,Math.random()*510-255,Math.random()*510-255,0);} } stage.addEventListener(Event.ENTER_FRAME,doshow); function doshow(e:Event):void{for (i=1; i<60; i++) { arr[i].rotation += 5;} }
效果图:
有点像贴身铺的床单。