home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 28 Bonus / CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin / data / cnpplay.dir / 00108_Script_108 < prev    next >
Text File  |  1996-06-12  |  323b  |  15 lines

  1. on moveSprite 
  2.   repeat with i = 2 to 15
  3.     puppetSprite i, TRUE
  4.     set the moveableSprite of sprite i to TRUE
  5.     set the stretch of sprite i = TRUE
  6.     
  7.   end repeat
  8. end
  9.  
  10. on unMoveSprite 
  11.   repeat with i = 2 to 15
  12.     puppetSprite i, FALSE
  13.     set the moveableSprite of sprite i to FALSE
  14.   end repeat
  15. end