home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 2 / RO2_CD.bin / menu.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1997-04-15  |  172 b   |  15 lines

  1. global CatPages
  2.  
  3. on exitFrame
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   set CatPages to CatPages - 1
  9.   if CatPages = 0 then
  10.     go("cat")
  11.   else
  12.     go(the frame + 1)
  13.   end if
  14. end
  15.