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

  1. on exitFrame
  2.   puppetSound("you solve it")
  3.   updateStage()
  4.   repeat with x = 1 to 15
  5.     set the castNum of sprite (x + 3) to the number of cast ("match" & x)
  6.     updateStage()
  7.     startTimer()
  8.     repeat while the timer < 10
  9.       nothing()
  10.     end repeat
  11.   end repeat
  12.   checksound(1)
  13.   killSpecial1()
  14.   puppetTransition(23)
  15.   setSpecial3()
  16.   goQt("5arcQT10")
  17. end
  18.