home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 November / macgaichiban199711.bin / MOVIES / TRUE4.Dxr / 00068.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  144 b   |  9 lines

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