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

  1. on exitFrame
  2.   pointer()
  3.   bugMenu()
  4.   loader()
  5.   go(the frame)
  6. end
  7.  
  8. on loader
  9.   repeat with x = 15 to 20
  10.     if rollOver(x) then
  11.       exit
  12.     end if
  13.     preLoadMovie("reptiles")
  14.   end repeat
  15. end
  16.