home *** CD-ROM | disk | FTP | other *** search
/ A Day of Cats 2 / CATS2.ISO / mac / FullMenu / hatmenu.dir / 00145.ls < prev    next >
Encoding:
Text File  |  1995-05-16  |  139 b   |  11 lines

  1. on enterFrame
  2.   pagee()
  3. end
  4.  
  5. on exitFrame
  6.   repeat with i = 29 to 48
  7.     set the visible of sprite i to 0
  8.   end repeat
  9.   go(the frame)
  10. end
  11.