home *** CD-ROM | disk | FTP | other *** search
- obj = undefined;
- obj = new Array();
- obj[0] = this.exit;
- obj[1] = this.pickup2;
- obj[2] = this.fuel2;
- obj[3] = this.switcher2;
- obj[4] = this.switcher1;
- typ = new Array();
- typ[0] = "exit";
- typ[1] = "pickup";
- typ[2] = "fuel";
- typ[3] = "switch";
- typ[4] = "switch";
- numobj = 2;
- stop();
-