#12003/11/30 22:56:06
关于只有一个movieclip的flash,而且这个swf文件只有一帧.
movieclip 有500多帧..
如何让swf文件中的movieclip播放完后再继续..
*************************************************************************
on beginsprite me
starttimer
end
on exitframe me
if (the timer)>=60*36 then go the frame+1
else
go the frame
end if
end
*********************************************************
以上的方法只能等36秒后继续..
有没有其他的控制方法...
谢谢....