突然 Flash CS5 が AS3 のコンパイルを停止しました。たとえば、新しいドキュメントを作成してこれらの単純なスクリプトをタイムラインに配置すると、結果の SWF はアクションを完全に無視します。
trace("HELLO"); // I get no "HELLO" in the output window
stop(); // on frame 2 I have a square, the SWF just loops endlessly between the two frames
alpha = .1; // the square is not fade as expected
AS2 ドキュメントでは、trace() の出力は得られませんが、アクションは機能します。
誰が何が悪いのか考えていますか? クリーンな再インストール以外に、これを修正する方法はありますか?
ありがとう。