home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ADVEN / STRIPME / STRIPME.EXE / SPOTME.DXR / 00070.ls < prev    next >
Encoding:
Text File  |  1996-01-11  |  155 b   |  14 lines

  1. on exitFrame
  2.   animateBomb()
  3.   if not checkIt() then
  4.     go(the frame)
  5.   else
  6.     setAntenne()
  7.     goStrip()
  8.   end if
  9. end
  10.  
  11. on mouseDown
  12.   changePart()
  13. end
  14.