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

  1. on enterFrame
  2.   set handCursor to [5, 6]
  3.   set the cursor of sprite 5 to handCursor
  4.   set the cursor of sprite 7 to handCursor
  5.   set the cursor of sprite 8 to handCursor
  6.   set the cursor of sprite 9 to handCursor
  7.   set the cursor of sprite 20 to handCursor
  8.   set the cursor of sprite 21 to handCursor
  9.   set the cursor of sprite 22 to handCursor
  10.   set the cursor of sprite 23 to 0
  11.   set the cursor of sprite 30 to handCursor
  12.   set the cursor of sprite 37 to handCursor
  13. end
  14.  
  15. on exitFrame
  16.   go(the frame)
  17. end
  18.