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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-18
|
258 b
|
16 lines
global myRo
on idle
set myRo to rollOver()
end
on exitFrame
MenueButtons()
if the platform contains "Mac" then
AuswahlZwei(30, 5, ["1", "2Mac", "3", "4", "5"])
else
AuswahlZwei(30, 5, ["1", "2", "3", "4", "5"])
end if
go(the frame)
end