• 2007-11-22

    flash动画及编程规则 - [Flash Tech]

    应网友要求.现把许久前写的一个 flash动画及编程规则 传上来.供大家参考.一个人想的.难免的疏漏的地方.也没有把as3的思想考虑进去.请大家有什么反馈就到我的blog留言,谢谢.
    Tag:
  • 2007-09-13

    Bitwise gems - fast integer math - [Flash Tech]

    convert:

    Bitwise operators are very fast in AS3, so here is a small collection of code snippets which can speed up certain computations. I won’t explain what bit operators are and how to use them, rather pointing to an excellent article hosted on gamedev.net: ‘Bitwise Operations in C’.
    Tag: