home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / MGIWDEC.DXR / 00009_MGIMouseDown-gotoAdvert.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  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.