主题:  在d中用directmedia 引入mpg文件,其中加入很多

aya6666

职务:普通成员
等级:1
金币:0.0
发贴:29
#12005/5/9 16:48:15
我在d中用directmedia 引入mpg文件,其中加入很多线索点,在播放每一段时,
有一些图片与其对应,顺序播放没有问题,我想控制它的快进和快退,快进可以实现,但快退图片却不能退回去,哪位高手知道怎么做啊?
我的脚本:
on exitFrame me
global i

i= the framelabel
if sprite(6).ispastcuepoint(value(i)) then
go to the frame+1
else
go the frame
end if
end