home *** CD-ROM | disk | FTP | other *** search
/ Discovering Nature in the City / LUONTOCD.iso / pc / files / intro.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1996-12-17  |  191 b   |  15 lines

  1. global gLoaded
  2.  
  3. on enterFrame
  4.   preloadMember(15, 17)
  5.   put the result
  6.   set gLoaded to the result
  7. end
  8.  
  9. on exitFrame
  10.   if gLoaded = 17 then
  11.     go(the frame + 1)
  12.   end if
  13.   go(the frame)
  14. end
  15.