主题:  另一个问题求助!

nesta137

职务:普通成员
等级:1
金币:0.0
发贴:79
#12003/4/29 12:16:14
怎样从一个authorware文件连接另一个authorware文件?具体怎么做,用什么命令?据个例子,谢谢!还有个问题就是在一个文件中怎么才能返回到已经放过的前面的指定地方?具体举例。谢谢!



黑暗圣堂

职务:普通成员
等级:2
金币:2.0
发贴:587
#22003/4/29 17:24:00
用JumpFileReturn函数
Example
This statement jumps to the history file and passes the value of subjects:
JumpFile("history", "subjects")
The next statement jumps to the history file, passes no variables, and changes record location:
JumpFileReturn("history", "", FileLocation ^"User Records")

一个文件中若要返回以前的指定地方可用导航图标来实现



nesta137

职务:普通成员
等级:1
金币:0.0
发贴:79
#32003/4/29 18:00:17
谢谢!