home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / e_gen.dir / 00076_backHome.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  155 b   |  10 lines

  1. on exitFrame
  2.   trackNewMilestone(-1)
  3.   unloadMiaw("m_navig")
  4.   if planetCompleted() then
  5.     go("premio", "0_end")
  6.   else
  7.     go(1, "0_home")
  8.   end if
  9. end
  10.