home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / PTM / 00034_help.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  214 b   |  10 lines

  1. on mouseUp
  2.   zoomBox(clickOn(), 1, 1)
  3.   puppetSound("open")
  4.   updateStage()
  5.   set the visible of sprite 48 to 0
  6.   set the visible of sprite 47 to 0
  7.   set the visible of sprite 46 to 0
  8.   play frame "helpscreen"
  9. end
  10.