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

  1. on mouseDown
  2.   global gal, place
  3.   button()
  4.   if rollOver(clickOn()) then
  5.     if (gal > 0) and (place > 0) then
  6.       repeat with i = 2 to 17
  7.         puppetSprite(i, 0)
  8.       end repeat
  9.       go("PLACE" & place)
  10.     end if
  11.   end if
  12. end
  13.