home *** CD-ROM | disk | FTP | other *** search
/ Professor Iris' Fun Field Trip - Animal Safari / Iris.iso / pc / discover / page9.dir / 00321.ls < prev    next >
Encoding:
Text File  |  1995-03-14  |  986 b   |  12 lines

  1. if the mouseDown then
  2.   set mv to the mouseV
  3.   set mh to the mouseH
  4.   StopAllSound()
  5.   CloseLangBar()
  6.   PoemReset()
  7.   set gWhichFrame to "MM"
  8.   set the visible of sprite gPoemChannel to 1
  9.   startTimer()
  10.   go(string((9 * ((mh > gHot9H) and (mh < (gHot9H + gHot9W)) and ((mv > gHot9V) and (mv < (gHot9V + gHot9T))))) + (10 * ((mh > gHot10H) and (mh < (gHot10H + gHot10W)) and ((mv > gHot10V) and (mv < (gHot10V + gHot10T))))) + (11 * ((mh > gHot11H) and (mh < (gHot11H + gHot11W)) and ((mv > gHot11V) and (mv < (gHot11V + gHot11T))))) + (12 * ((mh > gHot12H) and (mh < (gHot12H + gHot12W)) and ((mv > gHot12V) and (mv < (gHot12V + gHot12T))))) + (13 * ((mh > gHot13H) and (mh < (gHot13H + gHot13W)) and ((mv > gHot13V) and (mv < (gHot13V + gHot13T))))) + (14 * ((mh > gHot14H) and (mh < (gHot14H + gHot14W)) and ((mv > gHot14V) and (mv < (gHot14V + gHot14T))))) + (15 * ((mh > gHot15H) and (mh < (gHot15H + gHot15W)) and ((mv > gHot15V) and (mv < (gHot15V + gHot15T))))) & "Hot"))
  11. end if
  12.