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