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

  1. on mouseDown
  2.   global gframelabel
  3.   puppetSound("click")
  4.   updateStage()
  5.   button()
  6.   if rollOver(clickOn()) then
  7.     cursor(0)
  8.     go("P_" & gframelabel)
  9.   end if
  10. end
  11.