home *** CD-ROM | disk | FTP | other *** search
/ A Day of Cats 2 / CATS2.IMG / pc / cats / hauto.dir / 00114.ls < prev    next >
Encoding:
Text File  |  1995-01-01  |  181 b   |  11 lines

  1. on exitFrame
  2.   global allview
  3.   if allview = 0 then
  4.     go(the frame + (the frame mod 2))
  5.     nextjump()
  6.   else
  7.     go(the frame + (the frame mod 2))
  8.     go(marker(1))
  9.   end if
  10. end
  11.