home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / mgiwaug.dxr / 00009_MGIMouseDown-gotoAdvert.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  126 b   |  8 lines

  1. on mouseDown
  2.   if the castNum of sprite 48 <> 102 then
  3.     if the mouseV > 250 then
  4.       MGILeave(2)
  5.     end if
  6.   end if
  7. end
  8.