#22002/5/13 10:47:44
如果你的Flash文件都是做在主线上,那么这样就可以
on exitFrame me
if sprite(1).playing then
go to the frame
else
go to the frame+1
end if
end
如果你的Flash内嵌了很多MC,而且走的也是MC的时间线(主轴只有一帧),那么你在Flash 播放完的最后一帧加上getUrl("Lingo:go to the frame +1")就可以了,然后在D中的帧脚本加上go to the frame
这两个办法应该可以解决你的问题了。