【发布时间】:2017-07-28 19:21:13
【问题描述】:
一个包含动画的 Flash 文件已发送给我。客户问我是否可以调整动画中的几个图像。但是随着 Animate CC 的更新,不再支持 AS2,因此动画不再起作用。由于我不熟悉 AS2 或 AS3,有人可以帮忙,以便在 AS3 中工作吗?
谢谢!
this.onEnterFrame = function () {
this._rotation += 1.99 ;
this._y += (30-this._y)*.05
}
【问题讨论】:
标签: actionscript-3 flash actionscript-2 animate-cc