home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd1 / mx_K0049.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  241 b   |  13 lines

  1. on startMovie
  2.   global type
  3.   updateStage()
  4.   repeat with n = 3 to 6
  5.     set the cursor of sprite n to [8, 9]
  6.   end repeat
  7.   repeat with n = 10 to 13
  8.     set the visible of sprite n to 0
  9.   end repeat
  10.   updateStage()
  11.   set type to "nish"
  12. end
  13.