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

  1. on mouseUp
  2.   global matches5d
  3.   if matches5d = "0,1,0,0,0,0,0,0,0,0,0,0,1,0,1" then
  4.     killSpecial1()
  5.     goQt("5arcQT13")
  6.   else
  7.     puppetTransition(23)
  8.     setSpecial3()
  9.     goQt("5arcQT12")
  10.   end if
  11. end
  12.