home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Classic Fond 52
/
ClassicFond52.iso
/
GAMES
/
DROIDW.RAR
/
DWCD.GOB
/
mission_cog_05_playanim.cog
< 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
|
1998-11-04
|
317 b
|
20 lines
#standard type magnetic tram cog.
#don't forget to set blocking walls to "no move"
symbols
message user0
thing AD0
keyframe walkdancekey
end
## Code Section
code
user0:
playkey(AD0, walkdancekey, 1, 0);
return;
end