我有这个 Flash 程序,我从这里下载并提取了代码并将其加载到在线演示网站上,我需要将其转换为 Actionscript 3。
//----------------------------------------------------------------------
//Frame 161
//----------------------------------------------------------------------
stop();
//----------------------------------------------------------------------
//Symbol 44 Button
//----------------------------------------------------------------------
on (release) { gotoandstop (1); }
//----------------------------------------------------------------------
//Frame 101 //----------------------------------------------------------------------
stop(); gotoandplay (31);
//----------------------------------------------------------------------
//Frame 30
//----------------------------------------------------------------------
stop();
//----------------------------------------------------------------------
//Frame 1
//----------------------------------------------------------------------
stop();
//----------------------------------------------------------------------
//Symbol 32 Button
//----------------------------------------------------------------------
on (release) { gotoandplay (102); }
//----------------------------------------------------------------------
//Symbol 16 Button
//----------------------------------------------------------------------
on (release) { play(); }
这是工作副本:http ://static.howstuffworks.com/flash/fuel-cell-animation.swf 我不认为它太复杂所以我将如何轻松地做到这一点?有转换器吗?谢谢。