home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / PC16.DIR / 00201.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  294 b   |  19 lines

  1. on exitFrame
  2.   global section
  3.   if section = "menu" then
  4.     go("menu")
  5.   end if
  6.   if section = "next" then
  7.     go(marker(1))
  8.   end if
  9.   if section = "back" then
  10.     go("menu")
  11.   end if
  12.   if section = "sect9" then
  13.     go("sect9")
  14.   end if
  15.   if section = "quit" then
  16.     go("quit")
  17.   end if
  18. end
  19.