home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 3
/
LAUNCH.BIN
/
pc
/
sony
/
shared.dir
/
01045_Script_1045
< prev
next >
Wrap
Text File
|
1995-06-07
|
251b
|
16 lines
--STOPSOUNDS & ARROWCURSOR
on STOPSOUNDS
puppetsound 0
sound stop 1
KillQTSound
end
--sets cursor to arrow
on ARROWCURSOR
set Z to the number of cast "arrow"
set ZZ to the number of cast "arrow.matte"
cursor [Z,ZZ]
end