home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1997 February
/
WPCFEB97.ISO
/
multi
/
times
/
data
/
shared.dir
/
00963_moveLeft.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-08-11
|
295 b
|
17 lines
on mouseUp
global whFrame
clearLists()
if the frame = 11 then
nothing()
else
cursor(-1)
set whFrame to marker(-1)
repeat with n = 15 to 18
set the castNum of sprite n to 0
puppetSprite(n, 0)
end repeat
setPuppets(2, 12, 0)
go("left")
end if
end