home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Classic Fond 52
/
ClassicFond52.iso
/
GAMES
/
DROIDW.RAR
/
DWCD.GOB
/
mission_cog_02_catwalk.cog
< prev
next >
Wrap
Text File
|
1998-11-04
|
512b
|
42 lines
symbols
message startup
message arrived
message activate
surface switch linkid=1
thing catwalk
end
code
startup:
setwallcel(switch, 2);
return;
activate:
if (getsenderid()==1) {
curframe=getcurframe(catwalk);
setwallcel(switch, 1);
movetoframe(catwalk, 1-curframe, 0.5);
}
return;
arrived:
setwallcel(switch, 2);
return;
end