home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 August
/
macformat-040.iso
/
mac
/
Demos
/
RedNex
/
DATA
/
REDNEX.DIR
/
00132.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-07-20
|
282 b
|
17 lines
on mouseDown
puppetSprite(3, 1)
set the constraint of sprite 9 to 8
end
on mouseUp
puppetSprite(3, 1)
set x to the locH of sprite 9
set x to x / 80
put x
set the soundLevel to x
set v to the soundLevel
put v
set the castNum of sprite 3 to v
updateStage()
end