home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blender Volume 2 #3
/
Blender_2_3.iso
/
BLENDER
/
FILES
/
MUMETAL.DIR
/
00019.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
|
1996-04-01
|
260 b
|
13 lines
on mouseUp
if the shiftDown then
puppetSprite(15, 1)
if the castNum of sprite 15 = 116 then
set the castNum of sprite 15 to 56
else
set the castNum of sprite 15 to 116
puppetSprite(15, 0)
end if
end if
updateStage()
end