home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / 05DD.DXR / 00372.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  276 b   |  18 lines

  1. on mouseUp
  2.   puppetSound("Pull Chord")
  3.   goto("5arc8Nrev")
  4.   wait(4)
  5.   repeat with x = 1 to 2
  6.     go(the frame + 1)
  7.     wait(5)
  8.   end repeat
  9.   wait(4)
  10.   repeat with x = 3 to 4
  11.     go(the frame + 1)
  12.     wait(2)
  13.   end repeat
  14.   goto("5arc8N")
  15.   updateStage()
  16.   checksound(1)
  17. end
  18.