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

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