home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / home.dir / 00402_Script_402 < prev    next >
Text File  |  1995-06-27  |  637b  |  23 lines

  1. ------------------------------------------------------------------------ 
  2. -- BUG CHECK
  3. ------------------------------------------------------------------------ 
  4. on mouseDown
  5.   global tofind,catchList,userInfo, localDir,animNum,currcastLoad, currNumberLoad,returnList,moreLocalDir,homeDir,MinusTime
  6.   sound stop 1
  7.   sound stop 2
  8.   if toFind=(getAt(habitatList,animNum)) then
  9.     cursor 4
  10.     puppetSound "forward.aif"
  11.     PuppetSoundStop()
  12.     
  13.     unLoadCast  currcastLoad, currNumberLoad
  14.     
  15.       go "start" of movie "Pro_1.dir"
  16.      
  17.   else
  18.     
  19.     puppetSound "missed bug.aif"
  20.     updateStage
  21.    
  22.   end if
  23. end