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

  1. on exitFrame
  2.   global gLanguage
  3.   if gLanguage = "swe" then
  4.     go(1, "mainswe")
  5.   else
  6.     go(1, "main")
  7.   end if
  8. end
  9.