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

  1. on mouseDown
  2.   global timeoutMessages,timeoutChoose
  3.   global helpBack,homeDir
  4.   
  5.   if the mouseH <43 then 
  6. --    cursor 4
  7. --    questionDown()
  8. --    set helpBack=[("start"),(the pathName&the movieName)]
  9. --    go "mainMenu" of movie homeDir&"helpme.dir" 
  10.   end if
  11.   
  12.   
  13.   if the mouseH >597 then
  14.     cursor 4
  15.     backDown()
  16.     set the timeOutScript to EMPTY
  17.     go "Start" of movie homeDir & "BugDemo.Dir"
  18.     
  19.   end if
  20.   
  21. end