home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / explora.dxr / 00288.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  153 b   |  10 lines

  1. on exitFrame
  2.   global memflag, goflag
  3.   set goflag to -100
  4.   if memflag = 4 then
  5.     preLoad(the frame, marker(2) - 1)
  6.   else
  7.     preLoad()
  8.   end if
  9. end
  10.