(4)
在“人物”图层的第60帧上添加了动作脚本“stop( );”,测试影片时,在任意时刻单击“进入”按钮,跳转到“main”场景第1帧并开始播放,则该按钮实例上的动作脚本可行的有 (多选,填字母)。
A . on (release) {play( );}
B . on(release) {play("main",1);}
C . on(release) {gotoAndPlay("main",1);}
D . on(release) {gotoAndStop(" main", 1); play();}