主题:  如何确定FLASH已播放到最后了

jasmine613

职务:普通成员
等级:1
金币:0.0
发贴:5
#12001/7/20 16:15:18
我做了一大段FLASH动画,现在要嵌入到Director中,
播放完FLASH后还有一段Director的资料要播放,
我如何确定FLASH已播放到最后了?
(这个Flash里有很多Scence,有一些Stop语句)



xiaodong

职务:普通成员
等级:1
金币:0.0
发贴:94
#22001/7/20 17:02:24
试试这个:
on exitFrame me
if the frame of sprite 1 go to the frame
else
go to the frame
end if
end



CLEAN_5d

职务:普通成员
等级:1
金币:0.0
发贴:69
#32001/7/20 17:37:37
这个呢。

on exitframe
if frameready(sprite(1),25) then go frame "1"
end

---frameready 如果FLASH角色的帧以调用并准备播放,返回TRUE
---sprite(1) 是FLASH
---25是FLASH 的最后一个帧数