home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / biogdemo.dxr / 00076.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  497 b   |  20 lines

  1. on startMovie
  2.   sound fadeOut 1, 120
  3.   sound fadeOut 2, 120
  4.   sound fadeIn 1, 120
  5.   puppetSound(1, "sound")
  6.   repeat with n = 30 to 34
  7.     set the visible of sprite n to 0
  8.   end repeat
  9.   repeat with n = 3 to 10
  10.     set the cursor of sprite n to [1, 2]
  11.   end repeat
  12.   repeat with n = 20 to 23
  13.     set the cursor of sprite n to [1, 2]
  14.   end repeat
  15.   set the cursor of sprite 41 to [1, 2]
  16.   set the visible of sprite 47 to 0
  17.   set the puppet of sprite 48 to 1
  18.   set the visible of sprite 48 to 0
  19. end
  20.