上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 1. 构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2008-12-30 22:44 HelloCG 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2008-12-30 21:59 HelloCG 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 构建Ball精灵: Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2008-12-30 20:30 HelloCG 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1.计算基本的三角函数 正弦=对边/斜边 Math.sin(弧度值):Number 余弦=邻边/斜边 Math.cos(弧度值):Number 正切=对边/邻边 Math.tan(弧度值):Number 余切=邻边/对边 1/Math.tan(弧度值):Number 2.转换弧度为度和转换度为弧度 radians = degrees * Math.PI / 180; degrees = radia... 阅读全文
posted @ 2008-12-30 14:18 HelloCG 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2008-12-30 11:50 HelloCG 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球 Ball.as package { import flash.display.Sprite; public class Ball extends Sprite { public var radius:Number; public var color:uint; public function Ball ... 阅读全文
posted @ 2008-12-29 22:25 HelloCG 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 1.用ball构建单个粒子 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Spr... 阅读全文
posted @ 2008-12-29 20:56 HelloCG 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 1,构建精灵 Arrow.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Arrow extends Sprite ... 阅读全文
posted @ 2008-12-29 11:43 HelloCG 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Flash ActionScript 阅读全文
posted @ 2008-12-29 09:11 HelloCG 阅读(269) 评论(0) 推荐(0) 编辑
摘要: flash ActionScript 阅读全文
posted @ 2008-12-28 21:23 HelloCG 阅读(234) 评论(1) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页