Posts

Showing posts from October, 2009

[Flash] Flash Create Reference

AS3.0 的 TweenLite-輕量級tween引擎 http://blog.greensock.com/tweenliteas3/

[Flash] Install FlashDevelop

安裝JRE Install Flashplayer_10_plugin_debug以上版本 在FlashDevelop裡安裝SDK: Setting -> Tools -> AS3Context -> Flex SDK Location

[Linux] Ubuntu install g++

裝Eclipse在Ubuntu上,但是無法compiler,一看,原來g++沒裝 先update sudo apt-get update 再裝g++ sudo apt-get install g++