タグ

*とas3に関するbigchuのブックマーク (3)

  • Adrian Parr’s Blog » Blog Archive » AS3 Code Libraries

    Here is a round up of some of the most popular ActionScript 3.0 (AS3) libraries out there to use. Let me know if I have missed an important one off. NOTE: This list was originally for my personal use (that I thought I would share), it is not intended to compete with or replace the list maintained by OSFlash or RIAForge. Update 29/10/08: Ted Patrick has put together a list of ActionScript Cloud/Ser

    bigchu
    bigchu 2008/08/20
    : この3Dのまとめはステキ
  • AS3で陥りがちなメモリーリーク at AS3S.ORG

    AS3ではガベージコレクションによるメモリ管理が導入されています。 ガベージコレクションとは、簡単に言えば「どこからも参照されなくなったオブジェクトがころあいを見計らって勝手にメモリから消去される」仕組みです。 この「どこからも参照されなくなった」という条件がクセモノで、気をつけないとすぐにメモリーリークの原因になります。 メモリーリークの例 まず、キーボードが押されるとTESTというイベントを発行するSampleクラスを定義します。 package { import flash.display.Sprite; import flash.events.Event; import flash.events.KeyboardEvent; import org.as3s.Document; //Sample Class Ver.1 public class Sample exten

    bigchu
    bigchu 2008/02/14
    : メモリリーク/removeChildする前に、removeEventListenerを行っておく、場合によりキーボードイベントも参照されなくなたった無名関数はきえるのかな~
  • Tweener 特殊プロパティ一覧

    caurina.transitions.Tweener.properties の中にある 6つのasファイルから抜き出した。 それぞれ 〜.init(); が必要。 (例: ColorShortcuts.init();) AS2, AS3共通 ———————————————————————- ■ ColorShortcuts _color_ra _color_rb _color_ga _color_gb _color_ba _color_bb _color_aa _color_ab 色 16進数形式 (0×000000〜0xFFFFFF) _color _colorTransform 明度 _brightness _tintBrightness コントラスト _contrast 色相 _hue 彩度 _saturation _dumbSaturation

    bigchu
    bigchu 2008/01/24
    Tweener / プロパティ/本家より見やすいかのめ
  • 1