home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 3 #3
/
BLENDER.iso
/
pc
/
files
/
musprof.dxr
/
00218.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
|
1997-01-01
|
222 b
|
12 lines
on mouseUp
global PSOUND, gSoundPath
sound playFile 2, gSoundPath & "stuni.AIF"
if PSOUND then
puppetSound(PSOUND, the frameSound1)
updateStage()
set PSOUND to 0
end if
CLEANUP()
go(marker(-2))
end