home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / 02MATI.Dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  123 b   |  9 lines

  1. on mouseDown
  2.   global gmatimovie
  3.   button()
  4.   if rollOver(clickOn()) then
  5.     set gmatimovie to 2
  6.     go("B")
  7.   end if
  8. end
  9.