在flash动画中,当动画到达特定的帧时,闪存文件应该自动关闭。
在这里,我编写了在AS2中不工作的代码
fscommand("quit"); on 250 keyframe.
发布于 2013-07-25 13:40:46
试试import flash.system.fscommand; fscommand("quit");
import flash.system.fscommand; fscommand("quit");
https://stackoverflow.com/questions/17853698
相似问题