home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / image.dir / 00067_ImageHints.pct.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  110 b   |  8 lines

  1. on mouseUp
  2.   if (the mouseV > 221) and (the mouseV < 244) then
  3.     helpOpen()
  4.   else
  5.     go("5")
  6.   end if
  7. end
  8.