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

  1. on mouseUp
  2.   global phone5d, chain
  3.   set phone5d to 1
  4.   puppetSound(0)
  5.   if not (chain contains "cellPhone") then
  6.     forward(0, "5ten2NaddChain")
  7.   else
  8.     forward(0, "5ten2Nphoneup")
  9.   end if
  10. end
  11.