home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 October / macgaichiban199710.bin / MOVIES / IDOL.Dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1997-08-07  |  166 b   |  13 lines

  1. on mouseDown
  2.   global size
  3.   updateStage()
  4.   button()
  5.   if rollOver(clickOn()) then
  6.     if size = 1 then
  7.       quit()
  8.     end if
  9.   else
  10.     go(1, "PTM")
  11.   end if
  12. end
  13.