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

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