home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2000 February
/
DPPCPRO0200.ISO
/
ps10.dxr
/
Scripts_37.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
|
1999-10-26
|
211 b
|
14 lines
global gIntro, gVoice
on exitFrame
if gIntro <> 1 then
puppetSound(1, "voice1")
end if
if gVoice = 1 then
puppetSound(1, "voice1")
end if
if gIntro = 1 then
go(the frame + 2)
end if
end