home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / BEGINNER / 00042.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  132 b   |  8 lines

  1. on mouseUp
  2.   puppetSound("click")
  3.   set the visible of sprite 19 to 0
  4.   updateStage()
  5.   puppetTransition(47, 0, 20)
  6.   play done
  7. end
  8.