打印

判断语句

if (a=1) then
    go to movie "04"
  else
    stop
比如说默认播放Main影片,  运行上述语句如果a=1播放04影片,a不等于1的时候让他保持不变.还是播放Main. 上述的STOP应该改为什么啊,.
if a=1 then
go to movie"04"
else
go the frame
end if
谢了