Tweenerを使用するとき、最初に import caurina.transitions.Tweener; と書かなければいけませんでした。 色を変化させたり、フィルターを変化させたり、ベジェ曲線に沿った動きをしたいときには、次のように書けばいいようです。 色操作 import caurina.transitions.properties.ColorShortcuts; ColorShortcuts.init(); // 初期化 _color 色:16進数形式(0xNNNNNN) _brightness 明度 _contrast コントラスト _hue 色相 _saturation 彩度 こちらの先輩がお詳しい。 http://plug.heteml.jp/motulog/2008/08/tweener-colorshortcuts.html フィルタ import caurina.tr