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

  1. on mouseUp
  2.   if (the mouseV > 216) and (the mouseV < 239) then
  3.     helpOpen()
  4.   else
  5.     go(the frame - 1)
  6.   end if
  7. end
  8.