home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GelbeSeiten Berlin 1995 - 1996
/
Image.iso
/
sprinter
/
exit.dir
/
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
|
1995-06-23
|
261 b
|
18 lines
on exitFrame
go(the frame)
end
on mouseUp
global click
set click to the clickOn
hiliteButton()
if the clickOn = 30 then
go(the frame + 2)
else
if the clickOn = 29 then
printFrom(15, 15)
go(the frame + 2)
end if
end if
end