home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / MetaPloy.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  420 b   |  27 lines

  1. tellTarget("/liv")
  2. {
  3.    gotoAndStop(eval("/:lives"));
  4. }
  5. tellTarget("/lead")
  6. {
  7.    gotoAndStop(2);
  8. }
  9. tellTarget("/mush")
  10. {
  11.    gotoAndStop(3);
  12. }
  13. tellTarget("/adds")
  14. {
  15.    gotoAndStop(2);
  16. }
  17. addspeedx = "3";
  18. ufox = "25";
  19. ufoy = "0";
  20. ufospeedx = - "5";
  21. addspeedy = "0";
  22. ms1_hw = int(getProperty("1", _width) / "2");
  23. ms1_hh = int(getProperty("1", _height) / "2");
  24. ene_hh = "10";
  25. ene_hw = "10";
  26. play();
  27.