home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1998 February / macgaichiban199802.bin / MOVIES / AV10.DXR / 00096.ls < prev    next >
Encoding:
Text File  |  1997-12-28  |  145 b   |  9 lines

  1. on mouseDown
  2.   global gframelabel
  3.   puppetSound("go")
  4.   updateStage()
  5.   cursor(0)
  6.   set gframelabel to "M" & clickOn() - 3
  7.   go(gframelabel)
  8. end
  9.