home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 May / macgaichiban199705.bin / MOVIES / EXPO.Dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1997-03-12  |  144 b   |  7 lines

  1. on mouseDown
  2.   puppetSound("beep")
  3.   updateStage()
  4.   set cname to item 1 of the name of cast the castNum of sprite clickOn()
  5.   go(1, cname)
  6. end
  7.