home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / pc / ecole / imprim / imprim.dir / 00115_Script_115 < prev    next >
Text File  |  1995-10-19  |  246b  |  11 lines

  1. on mousedown
  2.   repeat with i = 1 to 44
  3.     puppetsprite i,false
  4.     updatestage
  5.   end repeat
  6.   updatestage
  7.   set the castnum of sprite 46 to the number of cast "mainorm"
  8.   puppetsprite 31,false
  9.   puppetsprite 32,false
  10.   go to "tour"
  11. end