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

  1. on mouseUp
  2.   global invOn, codeOnPole5d
  3.   if invOn = 1 then
  4.     set invOn to 0
  5.     tell the stage
  6.       removeInventory("Code")
  7.       updateStage()
  8.     end tell
  9.     checksound(1)
  10.     puppetTransition(3)
  11.     goto("5ten2Scode")
  12.     set codeOnPole5d to 1
  13.   end if
  14. end
  15.