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

  1. on mouseUp
  2.   global fromwhere
  3.   set fromwhere to the name of cast the castNum of sprite clickOn() & "start"
  4.   puppetSound("open")
  5.   updateStage()
  6.   zoomBox(clickOn(), 17, 1)
  7.   go(label(fromwhere) - 1)
  8. end
  9.