home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / NETCD41.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1997-12-11  |  165 b   |  10 lines

  1. on enterFrame
  2.   set handCursor to [5, 6]
  3.   set the cursor of sprite 6 to handCursor
  4.   set the cursor of sprite 7 to handCursor
  5. end
  6.  
  7. on exitFrame
  8.   go(the frame)
  9. end
  10.