home *** CD-ROM | disk | FTP | other *** search
/ A Day of Cats 2 / CATS2.ISO / mac / FullMenu / hina2.Dir / 00096.ls < prev    next >
Encoding:
Text File  |  1995-05-12  |  839 b   |  29 lines

  1. on startMovie
  2.   set mycursor to [90]
  3.   set the cursor of sprite 2 to mycursor
  4.   set mycursor to [91]
  5.   set the cursor of sprite 3 to mycursor
  6.   set mycursor to [94]
  7.   set the cursor of sprite 12 to mycursor
  8.   set the cursor of sprite 13 to mycursor
  9.   set mycursor to [93]
  10.   set the cursor of sprite 4 to mycursor
  11.   set mycursor to [95]
  12.   set the cursor of sprite 6 to mycursor
  13.   set the cursor of sprite 7 to mycursor
  14.   set the cursor of sprite 8 to mycursor
  15.   set the cursor of sprite 9 to mycursor
  16. end
  17.  
  18. on stopMovie
  19.   set the cursor of sprite 2 to -1
  20.   set the cursor of sprite 3 to -1
  21.   set the cursor of sprite 4 to -1
  22.   set the cursor of sprite 12 to -1
  23.   set the cursor of sprite 13 to -1
  24.   set the cursor of sprite 6 to -1
  25.   set the cursor of sprite 7 to -1
  26.   set the cursor of sprite 8 to -1
  27.   set the cursor of sprite 9 to -1
  28. end
  29.