home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pro One: Netcracker Netscape Navigator
/
ProOne: Netcracker Netscape Navigator.iso
/
pc
/
nc
/
wds
/
nc_vol.geo
/
00003_vol2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-03-19
|
247 b
|
10 lines
on mouseDown
set theLocH to getAt(clickLoc(), 1)
set newLoc to integer(theLocH / 15)
set the locH of sprite 6 to (newLoc * 15) + 11
set the soundLevel to newLoc
puppetSound(0)
puppetSound(the name of cast (30 + 1))
updateStage()
end