home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 May / macgaichiban199705.bin / MOVIES / AREA2.Dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1997-03-12  |  203 b   |  11 lines

  1. on mouseDown
  2.   global gflashbuttonnum
  3.   puppetSound("beep")
  4.   updateStage()
  5.   repeat with i = 5 to 13
  6.     puppetSprite(i, 0)
  7.   end repeat
  8.   set gflashbuttonnum to 0
  9.   go("b" & string(clickOn() - 4))
  10. end
  11.