home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 December / macgaichiban199712.bin / MOVIES / TRUE.DXR / 00036.ls < prev    next >
Encoding:
Text File  |  1997-11-13  |  145 b   |  9 lines

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