home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / tekkyuu.zip / tekkyuu / tekkyuu.swf / scripts / frame_1 / DoAction.as
Text File  |  2008-02-20  |  1KB  |  50 lines

  1. _root.tekich = new Array();
  2. _root.mapst = new Array();
  3. _root.mapst1 = new Array();
  4. _root.tekix = new Array();
  5. _root.tekiy = new Array();
  6. _root.tekihp = new Array();
  7. tekiSound = new Sound();
  8. tekiSound.attachSound("sini");
  9. _root.bgsound = new Array();
  10. _root.bgsound[0] = new Sound();
  11. _root.bgsound[1] = new Sound();
  12. _root.bgsound[2] = new Sound();
  13. _root.bgsound[3] = new Sound();
  14. _root.bgsound[4] = new Sound();
  15. _root.bgsound[0].attachSound("bgm1");
  16. _root.bgsound[1].attachSound("highhigh");
  17. _root.bgsound[2].attachSound("no_cha_kaden");
  18. _root.bgsound[3].attachSound("bgm01");
  19. _root.bgsound[4].attachSound("dix_rs");
  20. _root.bg = 1;
  21. _root.bg1 = 0;
  22. _root.gbmapx = 1;
  23. _root.gbmapy = 0;
  24. _root.hx = 320;
  25. _root.hy = 340;
  26. _root.st4 = "l";
  27. _root.st5 = "tati";
  28. _root.buki = 1;
  29. _root.maxbuki = 1;
  30. _root.maxhp = 100;
  31. _root.maxhps = 100;
  32. _root.myhp = 100;
  33. _root.tobira = 0;
  34. i = 0;
  35. while(i < 30)
  36. {
  37.    _root.mapst[i] = 1;
  38.    _root.mapst1[i] = 1;
  39.    i++;
  40. }
  41. _root.gbmapxs = 1;
  42. _root.gbmapys = 0;
  43. _root.hxs = 320;
  44. _root.hys = 340;
  45. _root.bukis = 1;
  46. _root.maxbukis = 1;
  47. _root.maxhps = 100;
  48. _root.myhps = 100;
  49. _root.tobiras = 0;
  50.