Archive for the ‘tutorial’ Category
Wednesday, April 8th, 2009
http://lab.ultravisual.co.uk/
http://stephan.acidcats.nl/blog/2007/08/28/macs-genie-effect-in-flash/
http://www.flashandmath.com/intermediate/gummy/index.html
Posted in actionscript, flash, tutorial | No Comments »
Tuesday, July 1st, 2008
今天看到有人這樣寫
addEventListener("complete", onLoaded);
心想,不是應該寫成
addEventListener("Event.COMPLETE", onLoaded);
其實我們在定義event的時候會寫
public static const COMPLETE:String = "complete";
所以你import flash.events.Event之後,
可以用"complete"來代替Event.COMPLETE;
Posted in flash, tutorial | No Comments »
Friday, June 27th, 2008
這兩天作的一個案子讓我發現as3的滑鼠事件真是機車.
明明指市click卻會接著丟出roll out.
請參考ticore老大的這篇文章;
還有絲路的討論串也可以看看喔;
Posted in flash, tutorial, 本土設計師 | No Comments »
Wednesday, June 25th, 2008
一些習慣寫法,應該好好學習
http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions
Posted in flash, tutorial | No Comments »
Tuesday, June 24th, 2008
http://www.thetechlabs.com/xml/make-your-own-flickr-search-engine-with-flash-and-as3/
Posted in flash, tutorial | No Comments »
Tuesday, June 24th, 2008
Great tutorials for sound spectrum in AS3.
http://flashenabledblog.com/2008/06/24/tutorials-great-how-to-articles-on-create-audio-spectrums-with-as3/
http://www.anttikupila.com/flash/flash-spectrum-analyzer/?search=spectrum
http://www.thetechlabs.com/sound/create-a-as3-flash-9-mp3-player-with-spectrum-display/
Posted in flash, tutorial | No Comments »