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

  1. on mouseUp
  2.   global phone5d, codeInInv5d, genOn5d
  3.   if phone5d = 0 then
  4.     puppetSound(0)
  5.     navRight()
  6.   else
  7.     if phone5d = 1 then
  8.       preLoadCast("5ten2NW")
  9.       preLoadCast("5ten2N")
  10.       goto("5ten2NW")
  11.       goto("5ten2Nphoneup")
  12.     else
  13.       if (phone5d = 2) and (codeInInv5d = 1) then
  14.         preLoadCast("5ten2NW")
  15.         preLoadCast("5ten2N")
  16.         goto("5ten2NW")
  17.         goto("5ten2Nphonefax")
  18.       else
  19.         if (phone5d = 2) and (codeInInv5d = 0) and (genOn5d = 1) then
  20.           preLoadCast("5ten2NW")
  21.           preLoadCast("5ten2N")
  22.           goto("5ten2NW")
  23.           goto("5ten2Nfaxout")
  24.         else
  25.           if (phone5d = 2) and (codeInInv5d = 0) and (genOn5d = 0) then
  26.             preLoadCast("5ten2NW")
  27.             preLoadCast("5ten2N")
  28.             goto("5ten2NW")
  29.             goto("5ten2Nphonefax")
  30.           end if
  31.         end if
  32.       end if
  33.     end if
  34.   end if
  35. end
  36.