【Actionscript2】
-
2009.12.15
Actionscript 2, mx ライブラリ使用メモ mx.transitions.OnEnterFrameBeacon
posted in
Actionscript2
Actionscript 2でfpsごとの処理をする時は onEnterFrame を使います。
問題はonEnterFrame が MovieClip でしか有効にならないことと、たくさんの MovieClip インス [...] -
2009.12.13
Actionscript 2, mx ライブラリ使用メモ mx.behaviors.DepthControl
posted in
Actionscript2
Actionscript 2 でインスタンスの深度(重なり順)管理に使える関数は swapDepths, getDepth と限られている。
インスタンスを最前面にするには最前面のインスタンスを変数に保持し swapDe [...] -
2009.11.7
Actionscript 2, mx ライブラリ使用メモ mx.events.EventDispatcher
posted in
Actionscript2
Actionscript 3 + Flash Player 10 の話題が旬なことは承知していますが、Actionscript 2 なネタ。
■ mx パッケージ 使いまくり
Flash CS3 以前から添付されてたけど [...] -
2008.9.4
HydroSequence, HydroTweenでColorMatrix(hue,saturation,contrast,brightness)をtween
posted in
Actionscript2
HydroSequence, HydroTweenにはhue,saturation,contrast,brightnessをtweenできる。
FlashのColorMatrixFilterを時系列で更新している、コア部 [...]
