home *** CD-ROM | disk | FTP | other *** search
/ A Day of Cats 2 / CATS2.ISO / pc / cats / hina1.dir / 00070.ls < prev    next >
Encoding:
Text File  |  1995-05-15  |  931 b   |  32 lines

  1. on startMovie
  2.   set mycursor to [76]
  3.   set the cursor of sprite 2 to mycursor
  4.   set mycursor to [77]
  5.   set the cursor of sprite 3 to mycursor
  6.   set mycursor to [78]
  7.   set the cursor of sprite 4 to mycursor
  8.   set mycursor to [80]
  9.   set the cursor of sprite 6 to mycursor
  10.   set the cursor of sprite 7 to mycursor
  11.   set the cursor of sprite 8 to mycursor
  12.   set the cursor of sprite 9 to mycursor
  13.   set mycursor to [79]
  14.   set the cursor of sprite 12 to mycursor
  15.   set the cursor of sprite 13 to mycursor
  16.   set mycursor to [72]
  17.   set the cursor of sprite 14 to mycursor
  18. end
  19.  
  20. on qstopmovie
  21.   set the cursor of sprite 2 to 0
  22.   set the cursor of sprite 3 to 0
  23.   set the cursor of sprite 4 to 0
  24.   set the cursor of sprite 6 to 0
  25.   set the cursor of sprite 7 to 0
  26.   set the cursor of sprite 8 to 0
  27.   set the cursor of sprite 9 to 0
  28.   set the cursor of sprite 12 to 0
  29.   set the cursor of sprite 13 to 0
  30.   set the cursor of sprite 14 to 0
  31. end
  32.