home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 3 / RO3_CD.bin / menu.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-11-05  |  86 b   |  10 lines

  1. global Language
  2.  
  3. on exitFrame
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   go(the frame + 1)
  9. end
  10.