0

次のフレームに進むボタンを作ってみたのですが、やってみると「TypeError: Error #1010: A term is undefined and has no properties.」という出力がありました。スクリプト エラーを見つけようとしましたが、何も見つかりませんでした。スクリプトは次のとおりです。

stop();
this.nextbutton.addEventListener(MouseEvent.CLICK, click);

function click(e:MouseEvent):void
{
    nextFrame();
}

actionscript3をやろうとしたのはこれが初めてでした

4

0 に答える 0