<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>LevinChiu官方博客</title><link>http://levinchiu.com/blog/</link><description>带着LEON去流浪!</description><generator>RainbowSoft Studio Z-Blog 1.8 Devo Build 80201</generator><language>zh-CN</language><copyright>Copyright (C) www.LevinChiu.com Rights Reserved.</copyright><pubDate>Fri, 06 Nov 2009 17:31:16 +0800</pubDate><item><title>35个强大的UI设计教程</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/UI.html</link><pubDate>Fri, 06 Nov 2009 17:30:09 +0800</pubDate><guid>http://levinchiu.com/blog/post/UI.html</guid><description><![CDATA[<p>下面是35个非常不错的UI设计的的教程及效果图，非常不错哦。不但教你如何做一些特效，同样教你如何做UI**和界面设计。当然，他们风格迥异，也基本上都是Web页面上的。都非常不错。希望你喜欢。（点击下面的图片可以打开相关的教程）</p><p><a href="http://www.talk-mania.com/web-layouts/43999-old-paper-layout-great-portfolio-layout.html" nclick="pageTracker._trackPageview('/outgoing/www.talk-mania.com/web-layouts/43999-old-paper-layout-great-portfolio-layout.html?referer=http://cocre.com/?m=200904&amp;paged=5');"><span style="color: #000000; background-color: #e0f6ff">Old Paper Layout<br />...</p></span>]]></description><category>设计相关</category><comments>http://levinchiu.com/blog/post/UI.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=27</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=27&amp;key=612a855c</trackback:ping></item><item><title>《AS3从入门到精通》 笔记</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/26.html</link><pubDate>Sun, 13 Sep 2009 23:50:35 +0800</pubDate><guid>http://levinchiu.com/blog/post/26.html</guid><description><![CDATA[1.AS3的虚拟机叫AVM2，而早期的AS使用的是AVM1，所以效率上AS3比早期版本快了10倍；<br/>2.舞台的名字叫state,主时间轴的名字叫root<br/>3.当trace()函数输出变量时，会自动调用toString()方法<br/>4.写在帧里面的变量都是在MainTimeLine的类里，并且MainTimeLine是动态类，而root是该类创建的对象，所以这些变量都变成了root的属性，可以用 root.xxx 来访问<br/>5.Stage不是动态类，所以不能给他创建属性，例如stage.xxx就不行了<br/>6.时间轴的方波顺序是在同一时间轴而不同图层中，同一帧上的代码由上到下执行；在同一图层上，按照包含这些代码的帧在时间轴上出现的先后顺序排列<br/>...]]></description><category>flash AS3.0</category><comments>http://levinchiu.com/blog/post/26.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=26</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=26&amp;key=094ec8a0</trackback:ping></item><item><title>flash倒影纯AS实现(as2.0</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/25.html</link><pubDate>Wed, 19 Aug 2009 15:17:18 +0800</pubDate><guid>http://levinchiu.com/blog/post/25.html</guid><description><![CDATA[<p>[code]</p><p>import flash.geom.Point;<br />import flash.geom.Matrix;<br />import flash.display.BitmapData;<br />function createRef(p_source:MovieClip) {<br />&nbsp;var bd:BitmapData = new BitmapData(p_source._width, p_source._height, true, 0);<br />...</p>]]></description><category>flash</category><comments>http://levinchiu.com/blog/post/25.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=25</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=25&amp;key=3756c7d8</trackback:ping></item><item><title>AS 3.0 把MC用数组存放</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/24.html</link><pubDate>Sat, 15 Aug 2009 18:25:18 +0800</pubDate><guid>http://levinchiu.com/blog/post/24.html</guid><description><![CDATA[<textarea class="code" rows="10" cols="50">
var&nbsp;a:Array=[mc,maskMc];
function&nbsp;setMc(mcc)&nbsp;{
&nbsp;&nbsp;var&nbsp;_mc=&nbsp;new&nbsp;mcc&nbsp;as&nbsp;MovieClip;
&nbsp;&nbsp;this.addChild(_mc)
&nbsp;&nbsp;trace(_mc);
}
setMc(a[1]);
</textarea>]]></description><category>flash AS3.0</category><comments>http://levinchiu.com/blog/post/24.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=24</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=24&amp;key=b86d849f</trackback:ping></item><item><title>as .30 设置影片颜色.</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/23.html</link><pubDate>Tue, 28 Jul 2009 21:25:58 +0800</pubDate><guid>http://levinchiu.com/blog/post/23.html</guid><description><![CDATA[<p>[code]var theColor=new ColorTransform;<br />theColor.color = 0xFF0088;<br />ball.transform.colorTransform=theColor;</p><p><br />var color1:ColorTransform = new ColorTransform(1, 1, 1, 1, 55, 0, 55, 0);<br />ball.transform.colorTransform= color1;</p><p>...</p>]]></description><category>flash AS3.0</category><comments>http://levinchiu.com/blog/post/23.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=23</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=23&amp;key=976c45ca</trackback:ping></item><item><title>touch HD 开机画面两个</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/22.html</link><pubDate>Sat, 07 Mar 2009 13:27:53 +0800</pubDate><guid>http://levinchiu.com/blog/post/22.html</guid><description><![CDATA[<p>&nbsp;</p><p><img onload="ResizeImage(this,520)" src="http://levinchiu.com/blog/upload/hd1.jpg" alt="" title=""/></p><p><img onload="ResizeImage(this,520)" src="http://levinchiu.com/blog/upload/hd.jpg" alt="" title=""/></p><p><a href="http://levinchiu.com/blog/upload/hd.rar" target="_blank">hd.rar</a></p><p><a href="http://levinchiu.com/blog/upload/hd1.rar" target="_blank"></p><p>hd1.rar</a></p>]]></description><category>Touch HD</category><comments>http://levinchiu.com/blog/post/22.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=22</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=22&amp;key=1bc690d6</trackback:ping></item><item><title>SharedObject 共享本地数据</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/21.html</link><pubDate>Wed, 25 Feb 2009 11:41:59 +0800</pubDate><guid>http://levinchiu.com/blog/post/21.html</guid><description><![CDATA[[code]<br/>var so:SharedObject = SharedObject.getLocal("userHighScore");<br/>var mya:Array = [1, 2, 567, 8, 9];<br/>so.data.mya = mya;<br/>function showso() {<br/>	txt.text = so.data.mya;<br/>	trace(so.data.mya);<br/>}<br/>btn.onPress = function() {<br/>	so.data.mya = [2, 67, 8, 9, 9, 0,"ce"];<br/>...]]></description><category>flash</category><comments>http://levinchiu.com/blog/post/21.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=21</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=21&amp;key=95238803</trackback:ping></item><item><title>设计师必须了解的一些字体知识</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/fonts.html</link><pubDate>Fri, 18 Jul 2008 09:31:06 +0800</pubDate><guid>http://levinchiu.com/blog/post/fonts.html</guid><description><![CDATA[<p>设计师必须了解的一些字体知识以前在上广的时候就被总监骂，说我的字体应用得非常有问题，当时死不悔改，觉得自己做得还算不错吧。现在看看以前的东西&quot;觉悟&quot;了，那时怎么会用那样的字体呢&hellip;&hellip;字体说话，一句一句来。很多LOGO的字体都是标志设计师专门设计的，所以不要问比如&quot;中国银行的中文书法字体叫什么？&quot;这样的问题。但是很多国际公司都有自己专</p>]]></description><category>设计相关</category><comments>http://levinchiu.com/blog/post/fonts.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=20</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=20&amp;key=b2efc7da</trackback:ping></item><item><title>AS3.0 多参数匹配写法</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/19.html</link><pubDate>Sun, 09 Sep 2007 22:22:04 +0800</pubDate><guid>http://levinchiu.com/blog/post/19.html</guid><description><![CDATA[AS3.0 多参数匹配写法,同样适合1.0 2.0<br/><br/>简单,效率也高...<br/><br/>[code]<br/>var txt:String = "c";<br/>//txt 输入值<br/>var a:Array = new Array("a","b","c","d");<br/>//匹配的数组内容<br/>//如果匹配了就输入txt的值<br/>if(a.indexOf(txt) != -1){<br/>	trace(txt)<br/>}else{<br/>	trace("不匹配")<br/>}...]]></description><category>flash AS3.0</category><comments>http://levinchiu.com/blog/post/19.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=19</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=19&amp;key=61ef3e30</trackback:ping></item><item><title>AS3.0 控制帧数播放</title><author>a@b.com (LevinChiu)</author><link>http://levinchiu.com/blog/post/18.html</link><pubDate>Wed, 22 Aug 2007 14:59:11 +0800</pubDate><guid>http://levinchiu.com/blog/post/18.html</guid><description><![CDATA[检测MC播放的<textarea class="code" rows="10" cols="50">root.addEventListener(Event.ENTER_FRAME,tx);function&nbsp;tx(e:Event):void&nbsp;{&nbsp;trace(this.currentFrame);&nbsp;if&nbsp;(this.currentFrame&nbsp;==&nbsp;10)&nbsp;{&nbsp;&nbsp;stop();&nbsp;&nbsp;removeEventListener(Event.ENTER_FRAME,&nbsp;tx);&nbsp;}}</textarea>...]]></description><category>flash AS3.0</category><comments>http://levinchiu.com/blog/post/18.html#comment</comments><wfw:comment>http://levinchiu.com/blog/</wfw:comment><wfw:commentRss>http://levinchiu.com/blog/feed.asp?cmt=18</wfw:commentRss><trackback:ping>http://levinchiu.com/blog/cmd.asp?act=tb&amp;id=18&amp;key=afcec6dd</trackback:ping></item></channel></rss>
