#22002/7/3 12:02:14
要让他不受Director的影响播放一次。??
播放完以后自动切换到下一个AVI的影片中
1.
无循环action的
if sprite(1).playing =0 then
go to the frame +1
else
go to the frame
end if
2.在Flash 播放完的最后一帧加上getUrl("Lingo:go to the frame +1"
3.
if sprite(5).frame < sprite(5).member.frameCount then
go to the frame
else
go to the frame +1
end if
Director全屏的代码是什么
(the stage).drawRect = the desktopRectList[1]
(the stage).rect = the desktopRectList[1]
打包以后刻在光盘上,怎么让Director自动识别这个动画的路径啊
一般都是导入导dirctor里
如果在外部需要用户装有flash播放器,用open
路径的获取
the moviepath&相对路径
编辑历史:[这消息被54zq编辑过(编辑时间2002-07-03 12:07:08)]