home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / the_lost_vikings.swf / scripts / DefineSprite_564_BowlingDeathClass / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  753 b   |  32 lines

  1. function BowlingDeath_Loop()
  2. {
  3. }
  4. this.setHndlr(1,this.BowlingDeath_Loop);
  5. this.gotoAndPlay("BowlingDeath_Loop1");
  6. this.Obj_Timer = 30;
  7. _root.snd.attachSound("LV_209");
  8. _root.snd.start();
  9. _root.KEY_LT = 37;
  10. _root.KEY_RT = 39;
  11. _root.KEY_UP = 38;
  12. _root.KEY_DN = 40;
  13. _root.KEY_A = 65;
  14. _root.KEY_B = 83;
  15. _root.KEY_LB = 81;
  16. _root.KEY_RB = 87;
  17. _root.KEY_CHEAT = 17;
  18. _root.Obj_Flags_ALWAYSRUN = 384;
  19. _root.Obj_Flags_BACKGROUND = 256;
  20. _root.Obj_Flags_MICKEY = 128;
  21. _root.Obj_Flags_DEAD = 64;
  22. _root.Obj_Flags_SPECIAL = 32;
  23. _root.Obj_Flags_KILL = 16;
  24. _root.Obj_Flags_KEYBD = 8;
  25. _root.Obj_Flags_GONE = 4;
  26. _root.Obj_Flags_ATTACK = 2;
  27. _root.Obj_Flags_CLIMBING = 1;
  28. this.Obj_X1 = -5;
  29. this.Obj_X2 = 5;
  30. this.Obj_Y1 = -32;
  31. this.Obj_Y2 = 0;
  32.