home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
תקליטור אוסף: 100 משחקים Windows 95
/
100-games-cvr-GAMES96.iso
/
think1
/
shgmdemo
/
shgmdemo.dir
/
00005.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
|
1995-04-13
|
212 b
|
17 lines
on enterFrame
if rollOver(3) then
go("more button1")
exit
else
if rollOver(7) then
go("more return")
exit
end if
end if
go("more screen")
end
on exitFrame
go(the frame)
end