home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 August / macgaichiban199708.bin / MOVIES / TRUE.Dxr / 00098.ls < prev    next >
Encoding:
Text File  |  1997-06-06  |  202 b   |  12 lines

  1. on mouseDown
  2.   global gframelabel
  3.   puppetSound("go")
  4.   updateStage()
  5.   button()
  6.   if rollOver(clickOn()) then
  7.     cursor(-1)
  8.     set gframelabel to "M" & clickOn() - 2
  9.     go(gframelabel)
  10.   end if
  11. end
  12.