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

  1. on exitFrame
  2.   global gSoundLoaded
  3.   set the preLoadEventAbort to 1
  4.   preloadMember(7)
  5.   set gSoundLoaded to the result
  6.   set the mouseDownScript to "fade"
  7.   startTimer()
  8. end
  9.