home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 22
/
cdrt22.iso
/
pc
/
bugbook
/
wait.dir
/
00121_Script_121
< prev
next >
Wrap
Text File
|
1995-06-27
|
483b
|
21 lines
on mouseDown
global timeoutMessages,timeoutChoose
global helpBack,homeDir
if the mouseH <43 then
questionDown()
set helpBack=[("credits screen"),(the pathName&the movieName)]
go "credits" of movie homeDir&"helpme.dir"
end if
if the mouseH >597 then
backDown()
-- set timeoutMessages=timeoutChoose
set the timeOutScript to "doTimeOut"
puppetSprite 13,FALSE
go "0"
puppetSprite bugSprite, TRUE
end if
end