home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RINKAI.Dxr / 00183.ls < prev    next >
Encoding:
Text File  |  1996-08-14  |  167 b   |  10 lines

  1. on mouseDown
  2.   button()
  3.   if rollOver(clickOn()) then
  4.     repeat with i = 2 to 11
  5.       puppetSprite(i, 0)
  6.     end repeat
  7.     go("PRO_" & clickOn() - 14)
  8.   end if
  9. end
  10.