#22002/5/5 1:25:06
如果是MOG你可以用这个办法来解决,如果Mpg是用DirectMedia插件播放的时候
on exitFrame me
inf sprite(3).currentTime go to the frame
else
go to the frame +1
end if
end
如果是使用QT5.0直接import的,最好用
on exitFrame me
inf sprite(3).MovieTime go to the frame
else
go to the frame +1
end if
end
你自己试看比较看看