home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / wait.dir / 00121_Script_121 < prev    next >
Text File  |  1995-06-27  |  483b  |  21 lines

  1. on mouseDown
  2.   global timeoutMessages,timeoutChoose
  3.   global helpBack,homeDir
  4.   
  5.   if the mouseH <43 then 
  6.     questionDown()
  7.     set helpBack=[("credits screen"),(the pathName&the movieName)]
  8.     go "credits" of movie homeDir&"helpme.dir" 
  9.   end if
  10.   
  11.   
  12.   if the mouseH >597 then
  13.     backDown()
  14.     -- set timeoutMessages=timeoutChoose
  15.    set the timeOutScript to "doTimeOut"
  16.     puppetSprite 13,FALSE
  17.     go "0"
  18.     puppetSprite bugSprite, TRUE
  19.   end if
  20.   
  21. end