flash特效【包括源代码】

时间:2016-06-03 18:00:12
【文件属性】:

文件名称:flash特效【包括源代码】

文件大小:87KB

文件格式:ZIP

更新时间:2016-06-03 18:00:12

特效

比较简单的特效特效 package com.flashandmath.dg.geom3D { public class Point3D { public var x:Number; public var y:Number; public var z:Number; private var outputPoint:Point3D; public function Point3D(x1:Number=0,y1:Number=0,z1:Number=0) { this.x = x1; this.y = y1; this.z = z1; } public function clone():Point3D { outputPoint = new Point3D(); outputPoint.x = this.x; outputPoint.y = this.y; outputPoint.z = this.z; return outputPoint; } } }


【文件预览】:
fireworks
----fireworks.html(2KB)
----com()
--------flashandmath()
----fireworks.fla(22KB)
----fireworksCS4.fla(200KB)
----fireworksCS4.swf(10KB)
----fireworks.swf(14KB)

网友评论

  • 是烟花特效