home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / TRUE.Dxr / 00114.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  187 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 "M4"
  9.     go(gframelabel)
  10.   end if
  11. end
  12.