home *** CD-ROM | disk | FTP | other *** search
- if the mouseDown then
- set mv to the mouseV
- set mh to the mouseH
- StopAllSound()
- CloseLangBar()
- PoemReset()
- set gWhichFrame to "MM"
- set the visible of sprite gPoemChannel to 1
- startTimer()
- 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"))
- end if
-