如果希望使影片“倒退”30帧并暂停播放,下列Actionscript语句正确的是()A、{goto(_currentframe-30);stop;}B、_currentframes-=30;C、gotoAndStop(_currentframe-=30);D、{_currentframe-=15;stop();}

题目

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

  • A、{goto(_currentframe-30);stop;}
  • B、_currentframes-=30;
  • C、gotoAndStop(_currentframe-=30);
  • D、{_currentframe-=15;stop();}

相似考题
参考答案和解析
正确答案:B