home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1996 #11
/
CDD_11_96.ISO
/
demos
/
timelaps
/
logos.dxr
/
00015.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-07-22
|
185 b
|
13 lines
on enterFrame
global pods
if getAt(pods, 8) = 1 then
set the visible of sprite 48 to 0
else
puppetSound("Collected")
end if
end
on exitFrame
SetPuppets(4, 11, 1)
end