home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / CSK / hyakki / zatuwa / movie / eawase.dcr / 00022_B42-1.PIC.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  209 b   |  10 lines

  1. on mouseUp
  2.   global placelist
  3.   repeat with channel in placelist
  4.     set the castNum of sprite channel to the number of cast "black"
  5.     puppetSprite(channel, 0)
  6.   end repeat
  7.   updateStage()
  8.   go("start")
  9. end
  10.