home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / PC16.DIR / 00104.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  861 b   |  32 lines

  1. on startMovie
  2.   set the cursor of sprite 30 to [225, 226]
  3.   set the cursor of sprite 31 to [225, 226]
  4.   set the cursor of sprite 32 to [225, 226]
  5.   set the cursor of sprite 33 to [225, 226]
  6.   set the cursor of sprite 34 to [225, 226]
  7.   set the cursor of sprite 35 to [225, 226]
  8.   set the cursor of sprite 36 to [225, 226]
  9.   set the cursor of sprite 37 to [225, 226]
  10.   set the cursor of sprite 38 to [225, 226]
  11.   set the cursor of sprite 39 to [225, 226]
  12.   set the cursor of sprite 40 to [225, 226]
  13.   set the cursor of sprite 41 to [225, 226]
  14.   set the cursor of sprite 42 to [225, 226]
  15.   set the cursor of sprite 43 to [225, 226]
  16.   set the cursor of sprite 44 to [225, 226]
  17. end
  18.  
  19. on waitforfade
  20.   startTimer()
  21.   repeat while the timer < 120
  22.     nothing()
  23.   end repeat
  24. end
  25.  
  26. on gtdelay
  27.   startTimer()
  28.   repeat while the timer < 1200
  29.     nothing()
  30.   end repeat
  31. end
  32.