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

  1. on mouseUp
  2.   global genOn5d
  3.   set genOn5d to 1
  4.   puppetSound("05dd generator starts.short2")
  5.   updateStage()
  6.   preLoadCast("05dd generator.ed3")
  7.   preLoadCast("5Arc6N")
  8.   goto("5arc8NrevHose")
  9.   wait(4)
  10.   repeat with x = 1 to 2
  11.     go(the frame + 1)
  12.     wait(5)
  13.   end repeat
  14.   wait(4)
  15.   repeat with x = 3 to 4
  16.     go(the frame + 1)
  17.     wait(2)
  18.   end repeat
  19.   goto("5arc8Nhose")
  20.   forward(0, "5arc6Na")
  21. end
  22.