home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / AitchuTheAbduction.swf / scripts / frame_31 / DoAction.as
Encoding:
Text File  |  2005-11-10  |  1.3 KB  |  36 lines

  1. _global.level = 1;
  2. _global.fotemps = 0;
  3. _global.temps = 0;
  4. this.attachMovie("VagueClip","vague00",_global.decorsDepth + 1);
  5. this.vague00.vitesse = 40;
  6. this.vague00._yscale = 120;
  7. this.vague00._x = 0;
  8. this.vague00._y = 340;
  9. this.attachMovie("VagueClip","vague01",_global.decorsDepth + 2);
  10. this.vague01.vitesse = 40;
  11. this.vague01._yscale = 120;
  12. this.vague01._x = 600;
  13. this.vague01._y = 340;
  14. this.attachMovie("VagueClip","vague10",_global.decorsDepth + 3);
  15. this.vague10.vitesse = 30;
  16. this.vague10._yscale = 80;
  17. this.vague10._x = 0;
  18. this.vague10._y = 240;
  19. this.vague10._alpha = 40;
  20. this.attachMovie("VagueClip","vague11",_global.decorsDepth + 4);
  21. this.vague11.vitesse = 30;
  22. this.vague11._yscale = 80;
  23. this.vague11._x = 600;
  24. this.vague11._y = 240;
  25. this.vague11._alpha = 40;
  26. this.attachMovie("EauBasClip","eauBas",_global.EauBasDepth);
  27. this.eauBas._y = 320;
  28. this.attachMovie("VaisseauClip","vesso",_global.vaisseauDepth);
  29. this.attachMovie("LifeBarClip","lifeBar",_global.lifeBarDepth);
  30. this.lifeBar.init(5,70,60,10,"0xD81400","0xFFFFFF");
  31. this.attachMovie("PowerBarClip","powerBar",_global.powerBarDepth);
  32. this.powerBar.init(140,35,60,10,"0x0000FF","0xFFFFFF");
  33. this.createEmptyMovieClip("tirEnnemiClip",_global.tirEnnemiDepth);
  34. this.createEmptyMovieClip("tirVaisseauClip",_global.tirVaisseauDepth);
  35. this.nivo = new Object();
  36.