home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / crazykoala.swf / scripts / DefineSprite_81 / frame_8 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  247 b   |  14 lines

  1. obj = undefined;
  2. obj = new Array();
  3. obj[0] = this.exit;
  4. obj[1] = this.pickup;
  5. obj[2] = this.fuel2;
  6. obj[3] = this.switcher;
  7. typ = new Array();
  8. typ[0] = "exit";
  9. typ[1] = "pickup";
  10. typ[2] = "fuel";
  11. typ[3] = "switch";
  12. numobj = 2;
  13. stop();
  14.