问题
单项选择题
如果希望使影片“倒退”30帧并暂停播放,下列Actionscript语句正确的是()
A.{goto(_currentframe-30);stop;}
B._currentframes-=30;
C.gotoAndStop(_currentframe-=30);
D.{_currentframe-=15;stop();}
答案
参考答案:B
如果希望使影片“倒退”30帧并暂停播放,下列Actionscript语句正确的是()
A.{goto(_currentframe-30);stop;}
B._currentframes-=30;
C.gotoAndStop(_currentframe-=30);
D.{_currentframe-=15;stop();}
参考答案:B