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

  1. on exitFrame
  2.   global gSoundLoaded
  3.   if gSoundLoaded = 7 then
  4.     preloadMember(15, 17)
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.