单选 动漫设计开发师2026-06-29 更新 0 阅读

如果希望使影片“倒退”30帧并暂停播放,下列Actionscript语句正确的是()

  1. {goto(_currentframe-30);stop;}
  2. _currentframes-=30; 正确答案
  3. gotoAndStop(_currentframe-=30);
  4. {_currentframe-=15;stop();}
参考答案:B

本站整理,仅供学习参考