home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
Panasonic-
/
time_capsule
/
roulette
/
e.dcr
/
00052.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2017-09-21
|
312 b
|
16 lines
on mouseUp
global goframe
set goframe to 0
set the castNum of sprite 30 to the number of cast "LL"
puppetSprite(clickOn(), 0)
updateStage()
end
on mouseDown
global goframe
set goframe to 1
puppetSprite(clickOn(), 1)
set the castNum of sprite 30 to the number of cast "LLB"
updateStage()
end