home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Voice Collection 7: Yuko Mizutani
/
UNTITLED.BIN
/
pc
/
mmovie.dir
/
00045.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-11-24
|
172 b
|
9 lines
on mouseDown
global newvolume
set newvolume to newvolume + 25
if newvolume > 255 then
set newvolume to 255
end if
set the volume of sprite 5 to newvolume
end