home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / logic / runes / runes.exe / runes.DXR / 00077.ls < prev    next >
Encoding:
Text File  |  1996-07-01  |  242 b   |  13 lines

  1. on exitFrame
  2.   global PUZZ, SOLUTIONFLAG
  3.   if PUZZ <> 0 then
  4.     set the mouseDownScript to EMPTY
  5.     cursor(-1)
  6.     puppetSprite(34, 0)
  7.     set the keyUpScript to "GETDIR"
  8.     set SOLUTIONFLAG to 0
  9.     go("NEW")
  10.   end if
  11.   go(the frame)
  12. end
  13.