home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 256 / DR_BRAIN.BIN / BUGS / ACT8 / 00705.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  208 b   |  14 lines

  1. on exitFrame
  2.   global instructed
  3.   if instructed then
  4.     go("arm")
  5.   else
  6.     set instructed to 1
  7.     identifybluebug()
  8.     if the mouseDown then
  9.       abort()
  10.     end if
  11.     giveinstructions()
  12.   end if
  13. end
  14.