home *** CD-ROM | disk | FTP | other *** search
/ Gamer's Paradise: Logic / Hracuv-raj_Logicke-hry_cd2.bin / CONCTN / 05DD.DXR / 00364.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  187 b   |  12 lines

  1. on mouseUp
  2.   global hoseGone5d
  3.   puppetSound("draweropen")
  4.   if hoseGone5d = 0 then
  5.     goto("drawerOpen")
  6.   else
  7.     goto("drawerClose")
  8.     wait(2)
  9.     goto("drawerEmpty")
  10.   end if
  11. end
  12.