home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 22
/
cdrt22.iso
/
pc
/
bugbook
/
wait.dir
/
00051_Script_51
< prev
next >
Wrap
Text File
|
1995-06-27
|
446b
|
21 lines
on mouseDown
global timeoutMessages,timeoutChoose
global helpBack,homeDir
if the mouseH <43 then
-- cursor 4
-- questionDown()
-- set helpBack=[("start"),(the pathName&the movieName)]
-- go "mainMenu" of movie homeDir&"helpme.dir"
end if
if the mouseH >597 then
cursor 4
backDown()
set the timeOutScript to EMPTY
go "Start" of movie homeDir & "BugDemo.Dir"
end if
end