home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1998 March / macgaichiban199803.bin / MOVIES / IDOL_V.DXR / 00032.ls < prev    next >
Encoding:
Text File  |  1998-01-07  |  142 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4.   button()
  5.   if rollOver(clickOn()) then
  6.     cursor(0)
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.