<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>云飞扬的ITblog &#187; ActionScript 3</title>
	<atom:link href="http://www.ajaxcn.net/archives/category/actionscript-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxcn.net</link>
	<description>关注 flex ajax asp.net等</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:00:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>使用flash buidler 4制作一个迅雷快车旋风地址转换（附源代码）</title>
		<link>http://www.ajaxcn.net/archives/1013</link>
		<comments>http://www.ajaxcn.net/archives/1013#comments</comments>
		<pubDate>Wed, 30 Jun 2010 14:42:45 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flash buidler 4]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1013</guid>
		<description><![CDATA[纪念独立博客开博一周年，并且纪念下一年前学习flex，特弄个小Demo,顺便使用下flash buidler 4。
开发需求：比如有时下载个东西，上面的地址是flashget地址，你用迅雷就无法下载，那么就要进行地址转换。
要想开发这个必须知道迅雷，快车及旋风的加密方式，经过参考网上很多的此类似工具转换得出以下：
【注：转载此文请注明转载地址或加上我的博客地址http://www.ajaxcn.net/archives/1013】
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash as3制作小球碰撞游戏(下)</title>
		<link>http://www.ajaxcn.net/archives/335</link>
		<comments>http://www.ajaxcn.net/archives/335#comments</comments>
		<pubDate>Wed, 23 Sep 2009 06:42:09 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=335</guid>
		<description><![CDATA[第4步计算小球测试碰撞位置

 修改这里代码如下
if(ball_mc.hitTestObject(paddle_mc))
	{
		yDirection *= -1;
		ball_mc.y = paddle_mc.y - ball_mc.height - paddle_mc.height/2;
		checkHitLocation(paddle_mc);//增加的
	} ]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/335/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash as3制作小球碰撞游戏(上)</title>
		<link>http://www.ajaxcn.net/archives/333</link>
		<comments>http://www.ajaxcn.net/archives/333#comments</comments>
		<pubDate>Wed, 23 Sep 2009 06:41:23 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=333</guid>
		<description><![CDATA[第一步制作一个鼠标点击后开始游戏然后移动小球，到边界改变方向
主要增加这个事件
ball_mc.addEventListener(Event.ENTER_FRAME, moveBall);]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/333/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ActionScript for Multiplayer Games and Virtual Worlds书+源码下载</title>
		<link>http://www.ajaxcn.net/archives/321</link>
		<comments>http://www.ajaxcn.net/archives/321#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:29:15 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=321</guid>
		<description><![CDATA[ActionScript 书一本
ActionScript for Multiplayer Games and Virtual Worlds
中文名：基于ActionScript开发多人游戏和虚拟世界,书+源码下载如下：]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/321/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3如何创建ActionScript 3项目并延伸</title>
		<link>http://www.ajaxcn.net/archives/294</link>
		<comments>http://www.ajaxcn.net/archives/294#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:55:30 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=294</guid>
		<description><![CDATA[flex 3如何创建ActionScript 3项目并延伸
下班回来看电视的时候睡着了，醒来凌晨0：30分，再睡已经尝试无法睡着，起来搞搞兴趣爱好，
前一段时间知道了flex也能创建AS 3项目的，并且在原来fla文件中把类库中的影片剪辑可以导出swc文件，
AS项目如何导入swc，这个东西在项目属性 ActionScript BuidPath中 切换到Library path 里面的Add Swc文件。
步骤创建ActionScript，File->new  ActionScript
创建as文件，File->ActionScript class 输入Name ,继承类Superclass->Browse->输入Sprite]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/294/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 使用关键字super和this说明和例子</title>
		<link>http://www.ajaxcn.net/archives/292</link>
		<comments>http://www.ajaxcn.net/archives/292#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:53:32 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=292</guid>
		<description><![CDATA[1.this 表示这个方法调用当前对象的方法货对象的私有变量。
优点：当对象私有型方法中的参数(parameter)或局部变量（local parameter）和
对象私有属性重名，可以使用this区分对象私有型属性和局部变量
另外在flex中输入this,显示一些私有变量和函数
2.super是用于表示父类中能够 被访问的私有属性和方法。最大的作用是在方法覆盖中
，让当前对象类型的私有方法能够访问父类中的可被访问和被当前方法覆盖的方法。
总之可以访问父类的变量和函数，在覆盖方法里也能访问父类的变量和函数]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/292/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 继承时静态变量和函数的使用</title>
		<link>http://www.ajaxcn.net/archives/290</link>
		<comments>http://www.ajaxcn.net/archives/290#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:30:53 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=290</guid>
		<description><![CDATA[
类型共享（static）属性和方法是不能被子类所继承，就是说静态变量和静态函数都是不能被继承的。

ActionScript 3允许对象类型定义与类型共享型属性和方法同名的私有型或方法。就是说可以定义静态变量和非静态变量，而且命名可以相同，函数也是类似的

举例子test目录下创建SimpleObject.as
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3中===与==及!==与!=操作符的区别</title>
		<link>http://www.ajaxcn.net/archives/278</link>
		<comments>http://www.ajaxcn.net/archives/278#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:27:22 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=278</guid>
		<description><![CDATA[ ===与==操作符的区别如下：
1.全然（strict）相等的比较操作符(===)的操作只对数字类型变量的惊醒数据类型转换，
而一般相等的比较操作符(==)的操作符对所有基本数据类型进行转换。
2.使用===相等比较符来比较null和undefined,它总是返回flase(不成立)。
!==与!=操作符的区别如下：]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/278/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3中 动态函数的定义和使用语法</title>
		<link>http://www.ajaxcn.net/archives/275</link>
		<comments>http://www.ajaxcn.net/archives/275#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:36:47 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=275</guid>
		<description><![CDATA[ActionScript 3中 动态函数的定义和使用语法
ActionScript 3函数定义有2种情况，一种是一般正常的函数，另外中是动态函数的定义，
特别是动态函数是区别于其他语言比如c#,java等的主要特性]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3中for(..in..)与for each(..in..)区别比较</title>
		<link>http://www.ajaxcn.net/archives/272</link>
		<comments>http://www.ajaxcn.net/archives/272#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:04:49 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=272</guid>
		<description><![CDATA[ActionScript 3中for(..in..)与for each(..in..)区别比较
for(..in..)的用途是对一个对象中所有的属性名称（注意是属性名称,而不是属性值）
进行逐个访问或者对数组中的每一个下标进行逐个访问。for each(..in..)结构的用途
是对一个对象中的所有属性值（此处是属性值而不是属性名称）或者对数组中的每一个
元素值进行逐个访问。
以下是数组方法
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/272/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash as 3画圆、椭圆、矩形以及带圆角的矩形及复合矩形</title>
		<link>http://www.ajaxcn.net/archives/216</link>
		<comments>http://www.ajaxcn.net/archives/216#comments</comments>
		<pubDate>Sun, 23 Aug 2009 08:37:28 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[as3 绘制各种图形]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=216</guid>
		<description><![CDATA[其它：
画圆 square.graphics.drawCircle(300,100,50); //300,100是坐标，50是半径
画椭圆 square.graphics.drawEllipse(180,150,50,80)//180,150是坐标,50,80是上半和下半
画矩形 square.graphics.drawRect(50,50,300,200);前面2个仍然是坐标，300是长200是宽如果相等就是正方形
带圆角的矩形 square.graphics.drawRoundRect(50,50,300,200,30,30)前面参数跟矩形一样，后2位30，30控制圆角
drawRoundRectComplex()是画出复合矩形
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/216/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash actionscript 3绘制直线和曲线</title>
		<link>http://www.ajaxcn.net/archives/213</link>
		<comments>http://www.ajaxcn.net/archives/213#comments</comments>
		<pubDate>Sun, 23 Aug 2009 08:11:51 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[as3 绘制直线]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=213</guid>
		<description><![CDATA[定义线条和填充样式
使用 ActionScript 进行绘制时，可以使用笔触进行绘制，也可以不使用笔触；可以使用填充颜色进行绘制，也可以不使用填充颜色。您可以使用 lineStyle() 或 lineGradientStyle() 方法来指定笔触的外观。要创建纯色线条，请使用 lineStyle() 方法。调用此方法时，您指定的最常用的值是前三个参数：线条粗细、颜色以及 Alpha。例如，该行代码指示名为 myShape 的 Shape 对象绘制 2 个像素粗、红色 (0x990000) 以及 75% 不透明的线条：

myShape.graphics.lineStyle(2, 0x990000, .75);
对象名.graphics.笔触的外观(像素,颜色，透明度)
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>actionscript 3如何添加可视化对象</title>
		<link>http://www.ajaxcn.net/archives/197</link>
		<comments>http://www.ajaxcn.net/archives/197#comments</comments>
		<pubDate>Fri, 21 Aug 2009 16:23:43 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[可视化对象]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=197</guid>
		<description><![CDATA[actionscript 3如何添加可视化对象
就是通过AS3代码把要显示的东西在屏幕上添加。
主要用到DisplayObjectContainer类的addChild()和addChildAt()方法
1.把可视化对象添加到列表中结果显示在屏幕]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/197/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何用flash cs3 测试调试建立的ActionScript 3类</title>
		<link>http://www.ajaxcn.net/archives/161</link>
		<comments>http://www.ajaxcn.net/archives/161#comments</comments>
		<pubDate>Thu, 13 Aug 2009 15:45:46 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[调试ActionScript 3类]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=161</guid>
		<description><![CDATA[如何用flash cs3 测试调试建立的ActionScript 3类
刚开始学的时候多少有点迷茫，一段时间后会发现的步骤如下
1.打开flash cs 3,新建文档Flash 文件（ActionScript 3），保存

2.然后在新建文档，选择创建一个新的 ActionScript 文件，并将它保存到Flash 文件所在的目录中。ActionScript 文件比如保存为文件名Testas3.as。

3.在Testas3.as文件中输入代码

4.在 Flash 文档中，单击舞台或工作区的空白部分，以激活文档的“属性”检查器。

5.在“属性”检查器的“文档类”字段中，输入ActionScript 类的名称Testas3.as。

6.使用 控制 > 测试影片 运行程序
程序中使用trace() 函数设置来显示一些要调试的结果在输出面板中看到

您将在“输出”面板中（如果示例使用 trace() 函数）或在由示例代码创建的文本字段中看到示例的结果。
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/161/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash ActionScript 3.0拖拽鼠标移动用法</title>
		<link>http://www.ajaxcn.net/archives/134</link>
		<comments>http://www.ajaxcn.net/archives/134#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:12:25 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[AS 3]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=134</guid>
		<description><![CDATA[flash  ActionScript 3.0拖拽鼠标移动用法
startDrag () 方法 ]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/134/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

