home *** CD-ROM | disk | FTP | other *** search
- 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
-
-
-
-
-
-
-
-
-
-
-