发新话题
打印

视频文件AVI如何控制

视频文件AVI如何控制

我想在D Stage上放一AVI文件,在当前帧循环,不知如何来控制当AVI播放完后才使播放头进入下一帧。
  我用了sounbusy(1)想根据AVI的声音来判断其是否结束,结果不可行。

TOP

视频文件AVI如何控制

on exitFrame me
  if the movietime of sprite n < the duration of (the member of sprite n) then
    go the frame
  else
    go the frame+1
  end if
end
--n为通道号

TOP

视频文件AVI如何控制

on exitFrame me
if the movietime of sprite n < the duration of (the member of sprite n) then go the frame
end

TOP

视频文件AVI如何控制

Thank you for help me. I like director.

TOP

发新话题