#102000/10/18 0:36:07
首先设定tempo为45,(没理由,你设定25也可以)
其次在sound forge XP里对声音加入控制点,也不是无限加,多了容易出错。
其次在tempo里设置相应的Cue Point。
如果没有sound forge XP,DirectMediaXtra也可以实现。如果想要不停止动画,只需加入
on exitFrame me
if sound(1).isPastCuePoint("Cue Point Name") then go to the frame +1
go the frame
end
即可。