私は古いAS3プロジェクトにこれを持っています:
button_1.addEventListener(MouseEvent.CLICK, onReset);
function onReset(e:MouseEvent):void{
my_obj.height += 10;
}
adobe animate HTML5キャンバスで同等のものは何ですか?
私は古いAS3プロジェクトにこれを持っています:
button_1.addEventListener(MouseEvent.CLICK, onReset);
function onReset(e:MouseEvent):void{
my_obj.height += 10;
}
adobe animate HTML5キャンバスで同等のものは何ですか?