home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 1996 World Exposition
/
park.org.s3.amazonaws.com.7z
/
park.org.s3.amazonaws.com
/
Japan
/
Panasonic-
/
funcity
/
paris
/
wave
/
HA_J.dcr
/
00082.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
|
268 b
|
18 lines
on exitFrame
global gh, gscore
puppetTempo(10)
goalmotion()
if gh < -40 then
puppetSprite(5, 0)
puppetSprite(6, 0)
puppetSprite(10, 0)
if gscore < 10 then
go("end")
else
go("ok")
end if
else
go(the frame)
end if
end