home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 6 / MacAddict_006_1997_02.iso / media / Main.Dxr / Internal_23.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  150 b   |  10 lines

  1. on exitFrame
  2.   global editbanner
  3.   case editbanner of
  4.     2, 4:
  5.       go("video" & string(editbanner))
  6.     otherwise:
  7.       go("cont")
  8.   end case
  9. end
  10.