主题:  紧急求助!!!

啊历

职务:普通成员
等级:1
金币:0.0
发贴:8
#12002/7/3 9:41:29
一段互动的FLASH影片导入到Director里,要让他不受Director的影响播放一次。
播放完以后自动切换到下一个AVI的影片中。函数是什么啊?
还有Director全屏的代码是什么啊?
打包以后刻在光盘上,怎么让Director自动识别这个动画的路径啊?



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
#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)]