主题:  Director 里怎么让一段AVI播放完在播放下一个AVI

啊历

职务:普通成员
等级:1
金币:0.0
发贴:8
#12002/7/16 12:06:52
Director 里怎么让一段AVI播放完在播放下一个AVI啊,算帧数怎么也算不准,怎么办啊?



我是小马

职务:普通成员
等级:3
金币:17.0
发贴:794
#22002/7/16 14:01:41
最简单的方法,在effect channel的tempo通道,选择wait for cue point属性



我是小马

职务:普通成员
等级:3
金币:17.0
发贴:794
#32002/7/16 14:20:14
这是 小小鱼2001 回答的帖子,他贴错地方了,呵呵

×××××××××××××××××××××××××××××××××
把每个AVI拖入每一贞,通过这个判断是否播放完毕。
on exitFrame me
if sprite(4).movietime=member("yvb").duration then
go to the frame+1
else go to the frame
end if
end



小小鱼2001

职务:普通成员
等级:1
金币:0.0
发贴:75
#42002/7/17 13:13:16
感谢斑竹改正,我整天也狐狸糊涂的。:)



thelcg

职务:普通成员
等级:1
金币:0.0
发贴:106
#52002/7/17 17:23:34
×××××××××××××××××××××××××××××××××
把每个AVI拖入每一贞,通过这个判断是否播放完毕。
on exitFrame me
if sprite(4).movietime=member("yvb").duration then
go to the frame+1
else go to the frame
end if
end