home *** CD-ROM | disk | FTP | other *** search
/ IBM CD-ROM Sampler / IBM_CD-ROM_Multimedia_Sampler_IBM_1995.iso / ibmms / shadow / main / menu.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1995-07-08  |  270 b   |  13 lines

  1. on mouseDown
  2.   sound stop 1
  3.   repeat with counter = 11 to 17
  4.     set the lineSize of sprite counter to 0
  5.     puppetSprite(counter, 0)
  6.   end repeat
  7.   puppetSprite(12, 1)
  8.   set the castNum of sprite 12 to 10
  9.   go(the frame)
  10.   play movie "@::R:R1U"
  11.   (end, mouseDown)
  12. end
  13.