如何在 Adobe CS6 Flash 中创建随机运动动画?
这是我使用的代码:
onClipEvent(enterFrame){
this._alpha=Math.floor(100*Math.random());
this._x=Math.floor(50*Math.random());
this._y=Math.floor(50*Math.random());
}
它在动作脚本 3中不起作用。我想在单击按钮时开始我的动画,但它应该在不同的地方开始。那么该怎么做呢?我的影片剪辑实例名称是 f1