home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazin Einsteiger 1999 January / internet_magazin_1_99.iso / pc / showdata / servspar.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1998-03-18  |  258 b   |  16 lines

  1. global myRo
  2.  
  3. on idle
  4.   set myRo to rollOver()
  5. end
  6.  
  7. on exitFrame
  8.   MenueButtons()
  9.   if the platform contains "Mac" then
  10.     AuswahlZwei(30, 5, ["1", "2Mac", "3", "4", "5"])
  11.   else
  12.     AuswahlZwei(30, 5, ["1", "2", "3", "4", "5"])
  13.   end if
  14.   go(the frame)
  15. end
  16.