home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / pc / ecole / imprim / imprim.dir / 00026_Script_26 < prev    next >
Text File  |  1995-10-19  |  355b  |  14 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) <> 11 then
  6.       set the castnum of sprite 13 to the number of cast  (the castnum of sprite 13) + (1)
  7.       
  8.     end if
  9.     updatestage
  10.   end repeat
  11.   
  12. end
  13.  
  14.