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

  1. on exitFrame
  2.   global editbanner
  3.   case editbanner of
  4.     1, 2, 3, 4:
  5.       go("video" & string(editbanner))
  6.     otherwise:
  7.       go("begin")
  8.   end case
  9. end
  10.  
  11. on shit
  12.   global editbanner
  13.   if editbanner = 1 then
  14.     go("combat")
  15.   end if
  16. end
  17.