home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 2 #3
/
Blender_2_3.iso
/
BLENDER
/
FILES
/
LLCOOL.DIR
/
00037.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
|
1996-04-01
|
157 b
|
11 lines
on mouseUp
global PSOUND
if PSOUND = 1 then
set PSOUND to 0
puppetSound(0)
else
set PSOUND to 1
puppetSound("HIPHOP.AIF")
end if
end