home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00236.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  320 b   |  14 lines

  1. on enterFrame
  2.   global FramesMap, MensFrames
  3.   if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) then
  4.     MyCursor(258, 259)
  5.   else
  6.     if inside(point(the mouseH, the mouseV), rect(122, 379, 512, 429)) then
  7.       MyCursor(256, 257)
  8.     else
  9.       ReleasCursor()
  10.       cursor(0)
  11.     end if
  12.   end if
  13. end
  14.