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

  1. on mousedown
  2.   set the castnum of sprite 46 to the number of cast "mainorm"
  3.   repeat while the stilldown
  4.     puppetsprite 13, true
  5.     if the number of cast  (the castnum of sprite 13) <> 01 then
  6.       set the castnum of sprite 13 to the number of cast  (the castnum of sprite 13) - (1)
  7.     end if
  8.     updatestage
  9.   end repeat
  10. end