home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / video.dxr / 00141_startmovie.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  364 b   |  14 lines

  1. on startMovie
  2.   global speak
  3.   set the puppet of sprite 48 to 1
  4.   set the puppet of sprite 15 to 1
  5.   set the visible of sprite 2 to 1
  6.   set the visible of sprite 3 to 0
  7.   repeat with n = 40 to 47
  8.     set the cursor of sprite n to [1, 2]
  9.   end repeat
  10.   set the cursor of sprite 15 to [1, 2]
  11.   set the memberNum of sprite 15 to member "speakon"
  12.   set speak to 1
  13. end
  14.