home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunday That One Day
/
STOD_VFS_INVIS.ISO
/
pc
/
podium.dxr
/
00572_Sneeze.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-09-15
|
192 b
|
12 lines
on mouseUp
global WhichSneeze
cursor(200)
if WhichSneeze = 0 then
set WhichSneeze to 1
play frame "Sneeze1"
else
set WhichSneeze to 0
play frame "Sneeze2"
end if
end