home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1998 February / macgaichiban199802.bin / MOVIES / AV.DXR / 00088.ls < prev    next >
Encoding:
Text File  |  1997-12-28  |  201 b   |  14 lines

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