home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / 05DD.DXR / 00422.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  126 b   |  9 lines

  1. on mouseUp
  2.   global invOn
  3.   if invOn = 1 then
  4.     set invOn to 0
  5.     set invCurs to 0
  6.     forward(0, "Bookcode")
  7.   end if
  8. end
  9.