home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
321 GAMES
/
321GAMES.iso
/
advent
/
zoom
/
pizza
/
zoom.dxr
/
00645.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-28
|
168 b
|
11 lines
on mouseUp
global gDemoState
puppetSound(0)
if the controlDown then
set gDemoState to "NotDemo"
go(the frame + 1)
else
go("PizzaTime")
end if
end