home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1996 May / PCW_MAY_1996_LINUX_UKUUG.ISO / pcwi.dir / 00276_Script_276 < prev    next >
Text File  |  1996-03-01  |  1KB  |  36 lines

  1. on enterFrame
  2.   sound stop 1
  3.   set the cursor of sprite 3 to 0
  4.   set the cursor of sprite 4 to 0
  5.   set the cursor of sprite 5 to 0
  6.   set the cursor of sprite 6 to 0
  7.   set the cursor of sprite 7 to 0
  8.   set the cursor of sprite 8 to 0
  9.   set the cursor of sprite 9 to 0
  10.   set the cursor of sprite 10 to 0
  11.   set the cursor of sprite 11 to 0
  12.   set the cursor of sprite 12 to 0
  13.   set the cursor of sprite 30 to [cast "HAND1.BMP",cast "HAND2.BMP"]
  14.   set the cursor of sprite 31 to 0
  15.   set the cursor of sprite 32 to 0
  16.   set the cursor of sprite 33 to 0
  17.   set the cursor of sprite 34 to 0
  18.   set the cursor of sprite 35 to 0
  19.   set the cursor of sprite 36 to 0
  20.   set the cursor of sprite 37 to 0
  21.   set the cursor of sprite 38 to 0
  22.   set the cursor of sprite 39 to 0
  23.   set the cursor of sprite 40 to 0
  24.   set the cursor of sprite 41 to 0
  25.   set the cursor of sprite 42 to 0
  26.   set the cursor of sprite 43 to 0
  27.   set the cursor of sprite 44 to 0
  28.   set the cursor of sprite 45 to 0
  29.   set the cursor of sprite 46 to 0
  30.   set the cursor of sprite 47 to 0
  31.   set the cursor of sprite 48 to 0
  32. end
  33.  
  34. on exitFrame
  35.   pause
  36. end