主题:  如何控制Import 的Director DCR

beloncfy

职务:普通成员
等级:1
金币:0.0
发贴:27
注册:2003/4/16 21:53:51
#12003/4/16 22:06:55
请教各位高人, 要如何控制 Import的 DirectorFile.
例如在main.dir里面import button.dcr, 但是要如何指定从button.dcr 的第n个Frame开始play, 而且不会关闭main.dir.

类似在Director里控制QT movie....

之前已经找过的Commant:
go to frame 3 of movie "button"
play frame 3 of movie "button"
但是以上两个Command都会完全覆盖原有的画面, 我只要控制那一小部分(button.dcr)的变化而已. 谢谢各位!!!!

编辑历史:[这消息被beloncfy编辑过(编辑时间2003-04-16 22:12:36)]


我是小马

职务:普通成员
等级:3
金币:17.0
发贴:794
注册:2000/11/13 14:56:59
#22003/4/18 21:43:14
使用tell命令



beloncfy

职务:普通成员
等级:1
金币:0.0
发贴:27
注册:2003/4/16 21:53:51
#32003/4/18 22:32:03
Tell 指令也已经使用过, 但是不知道为什么还是不能够, 我的原代码:

tell member "test"
go to frame 3
end tell

or

tell window "test"
go to frame 3
end tell

1 ) import 的Director Movie名字是 "test", "它" 是不是属于Member or window?
2 ) go to frame 3 这行指令不能够在tell里面使用, 为什么呢?
3 ) 以上的原代码有问题的, Tell member 会出现Script error, Tell window "test" 却没有任何变化......不知道是什么问题? 请问您能够更详细的告诉在下, 感激不尽.........

新手毕竟是新手, 第一次接触Director, 当然是问题多多.......

编辑历史:[这消息被beloncfy编辑过(编辑时间2003-04-18 23:46:32)]