home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 21 / Creative-Review-CD-ROM-21.iso / pc / willi.dir / 00129_Script_129 < prev    next >
Text File  |  1997-01-14  |  258b  |  14 lines

  1. --volume 06
  2. on mousedown
  3.   repeat with n = 10 to 17
  4.     puppetsprite n,0
  5.     updatestage
  6.   end repeat
  7.   set the forecolor of sprite 16 to -1
  8.   puppetsprite 16,1
  9.   set the soundlevel to 6
  10.   set the castnum of sprite 16 to 77
  11. end
  12. on mouseUp
  13.   
  14. end