home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1996 December
/
macgaichiban199612.bin
/
MOVIES
/
MT.Dxr
/
00096.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-10-07
|
242 b
|
16 lines
on mouseDown
global size
puppetSound("kati")
updateStage()
repeat while stillDown()
nothing()
end repeat
if the rollOver of clickOn() then
if size = 1 then
quit()
else
go("siriaru")
end if
end if
end